few changes so project can be built as a submoodule

This commit is contained in:
Jeffrey Quesnelle
2018-10-17 13:19:42 -04:00
parent ba82c51914
commit 25fb140404
2 changed files with 17 additions and 5 deletions
+5
View File
@@ -11,6 +11,11 @@
#include "communication/include/network.h"
#include <map>
#ifdef _MSC_VER
#pragma warning(disable : 4100) // unreferenced formal parameter
#endif
using namespace icsneo;
typedef uint64_t legacymaphandle_t;