diff options
Diffstat (limited to '')
-rw-r--r-- | um/wrappers/simple/utils/exchange_ints.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/um/wrappers/simple/utils/exchange_ints.cpp b/um/wrappers/simple/utils/exchange_ints.cpp index 0b06ad6..bc210a6 100644 --- a/um/wrappers/simple/utils/exchange_ints.cpp +++ b/um/wrappers/simple/utils/exchange_ints.cpp @@ -3,7 +3,7 @@ // For details, see https://github.com/egor-tensin/windows7-drivers. // Distributed under the MIT License. -#include "libsimple/all.hpp" +#include "simple/all.hpp" #include <exception> #include <iostream> |