blob: a5ba1b03f5b6f0e1d9fc2fd72404f6b07915192f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
diff -ruN libtpproto-cpp-0.1.9.old/tpproto//commanddesc.h libtpproto-cpp-0.1.9/tpproto//commanddesc.h
--- libtpproto-cpp-0.1.9.old/tpproto//commanddesc.h 2008-08-26 03:27:34.000000000 -0400
+++ libtpproto-cpp-0.1.9/tpproto//commanddesc.h 2012-02-22 16:49:22.000000000 -0500
@@ -24,6 +24,7 @@
\brief Declares CommandDescription Admin Frame.
*/
+#include <stdint.h>
#include <string>
#include <list>
#include <tpproto/frame.h>
|