Browse Source

Possibly fix a compile error on some Linux systems.

Alex Szpakowski 5 years ago
parent
commit
cc5afbacdd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/libraries/enet/enet.cpp

+ 1 - 0
src/libraries/enet/enet.cpp

@@ -28,6 +28,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <math.h>
+#include <stdint.h>
 
 #include <cstdio>
 #include <cstddef>