summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/opentrack-wrapper-wine-windows.cxx
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-25 19:27:19 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-25 19:27:19 +0100
commit66685c866a34cee8016599d80565a13192740f02 (patch)
treebf6b623ac673adc66948c5b44b694364c75a3f80 /proto-wine/opentrack-wrapper-wine-windows.cxx
parent7509b983edb4b95b38089a89305e1d1e988da09b (diff)
fix build
Diffstat (limited to 'proto-wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r--proto-wine/opentrack-wrapper-wine-windows.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto-wine/opentrack-wrapper-wine-windows.cxx b/proto-wine/opentrack-wrapper-wine-windows.cxx
index a18900c3..063e35df 100644
--- a/proto-wine/opentrack-wrapper-wine-windows.cxx
+++ b/proto-wine/opentrack-wrapper-wine-windows.cxx
@@ -9,9 +9,11 @@
#include "wine-shm.h"
#include "compat/library-path.hpp"
+
#include <cstring>
-using std::strcat;
+#include <windows.h>
+#include <winreg.h>
static void write_path(const char* key, const char* subkey)
{