]> Dogcows Code - chaz/yoink/blobdiff - src/moof/packet.hh
pch support
[chaz/yoink] / src / moof / packet.hh
index 55dd96c7a201989ab1bf7458a47edad34152881a..c23891541da08096b19d15550a4722a9fc86c356 100644 (file)
 #ifndef _MOOF_PACKET_HH_
 #define _MOOF_PACKET_HH_
 
-/**
- * \file packet.hh
- * Classes for building and interpreting datagram packets.
- */
-
 #include <cstring>
 #include <stdexcept>
+#include <stdint.h>
 #include <string>
 #include <vector>
 
-
 #ifndef PAGE_SIZE
 #define PAGE_SIZE 4096
 #endif
 
 
+/**
+ * \file packet.hh
+ * Classes for building and interpreting datagram packets.
+ */
+
 namespace moof {
        
 
This page took 0.017069 seconds and 4 git commands to generate.