diff --git a/lib/shared_memory.cpp b/lib/shared_memory.cpp index 496af47e..4beb7e05 100644 --- a/lib/shared_memory.cpp +++ b/lib/shared_memory.cpp @@ -7,11 +7,11 @@ #include #include #include -#include #include #include "defines.h" #include "shared_memory.h" #include "stream.h" +#include "procs.h" namespace IPC { /// Stores a long value of val in network order to the pointer p.