diff --git a/examples/SharedMemory/main.cpp b/examples/SharedMemory/main.cpp index 88b6c1ee8..cef825f09 100644 --- a/examples/SharedMemory/main.cpp +++ b/examples/SharedMemory/main.cpp @@ -22,8 +22,7 @@ subject to the following restrictions: #include "../CommonInterfaces/CommonGUIHelperInterface.h" #include "SharedMemoryCommon.h" -#include -#include + #include @@ -31,6 +30,8 @@ static SharedMemoryCommon* example = NULL; static bool interrupted = false; #ifndef _WIN32 +#include +#include #include static void cleanup(int signo) {