diff options
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/registryKey.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win32/registryKey.cpp b/src/win32/registryKey.cpp index 9f4b653..a6858e9 100644 --- a/src/win32/registryKey.cpp +++ b/src/win32/registryKey.cpp @@ -35,7 +35,7 @@ #include "registryKey.h" -#include "../log.h" +#include "../anytunError.h" RegistryKey::RegistryKey() : opened_(false) { |