summaryrefslogtreecommitdiff
path: root/src/utils/copynpaste.cpp
diff options
context:
space:
mode:
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