summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-06-03 23:38:17 +0300
committerAndrei Karas <akaras@inbox.ru>2016-06-03 23:38:17 +0300
commit1af7d824adf74c7b453e2096a79246d1fd58b19f (patch)
tree68f1f02bc32abdd22b7aaeb976ca280a1cadc477 /src/utils/copynpaste.cpp
parent58f7f377a7fa6ba1aabfc35e337e7a81f769e45d (diff)
downloadplus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.gz
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.bz2
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.tar.xz
plus-1af7d824adf74c7b453e2096a79246d1fd58b19f.zip
Fix code style.
Diffstat (limited to 'src/utils/copynpaste.cpp')
-rw-r--r--src/utils/copynpaste.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/copynpaste.cpp b/src/utils/copynpaste.cpp
index 6274d285a..464e7ee80 100644
--- a/src/utils/copynpaste.cpp
+++ b/src/utils/copynpaste.cpp
@@ -56,6 +56,8 @@
#include <unistd.h>
#elif defined __native_client__
#include "utils/naclmessages.h"
+#elif defined WIN32
+#include <SDL_syswm.h>
#endif
#endif // USE_SDL2