summaryrefslogtreecommitdiff
path: root/src/common/ipc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ipc.cpp')
-rw-r--r--src/common/ipc.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/ipc.cpp b/src/common/ipc.cpp
index 7d46307..d5a42e4 100644
--- a/src/common/ipc.cpp
+++ b/src/common/ipc.cpp
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
enum Operation {
OP_NULL = 0,
OP_MOVE1,