Zachary Pavlov vor 19 Jahren
Ursprung
Commit
8a1e82b5c8

+ 2 - 0
panda/src/nativenet/buffered_datagramconnection.h

@@ -17,6 +17,8 @@
 #include "pvector.h"
 #include "buffered_datagramreader.h"
 #include "buffered_datagramwriter.h"
+#include "config_nativenet.h"
+
 
 ////////////////////////////////////////////////////////////////
 // there are 3 states   

+ 3 - 0
panda/src/nativenet/buffered_datagramreader.h

@@ -1,8 +1,11 @@
 #ifndef __BUFFEREDREADER_GM_H__
 #define __BUFFEREDREADER_GM_H__
 
+
 #include "ringbuffer.h"
 #include "datagram.h"
+#include "config_nativenet.h"
+
 
 inline unsigned short GetUnsignedShort(char * in)
 {