diff options
Diffstat (limited to 'proto-wine/opentrack-wrapper-wine-windows.cxx')
-rw-r--r-- | proto-wine/opentrack-wrapper-wine-windows.cxx | 4 |
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) { |