diff options
Diffstat (limited to 'synchronizer/main.cpp')
-rw-r--r-- | synchronizer/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/synchronizer/main.cpp b/synchronizer/main.cpp index 5f14f18..1467fe4 100644 --- a/synchronizer/main.cpp +++ b/synchronizer/main.cpp | |||
@@ -28,14 +28,14 @@ | |||
28 | #include <csignal> | 28 | #include <csignal> |
29 | #include <iostream> | 29 | #include <iostream> |
30 | #include <cstdlib> | 30 | #include <cstdlib> |
31 | #include <cxxabi.h> | ||
32 | #include <dlfcn.h> | ||
33 | #include <ostream> | 31 | #include <ostream> |
34 | #include <sstream> | 32 | #include <sstream> |
35 | #include <thread> | 33 | #include <thread> |
36 | #include <chrono> | 34 | #include <chrono> |
37 | #ifndef Q_OS_WIN | 35 | #ifndef Q_OS_WIN |
38 | #include <unistd.h> | 36 | #include <unistd.h> |
37 | #include <cxxabi.h> | ||
38 | #include <dlfcn.h> | ||
39 | #else | 39 | #else |
40 | #include <io.h> | 40 | #include <io.h> |
41 | #include <process.h> | 41 | #include <process.h> |