diff options
Diffstat (limited to 'NorthstarDLL/pch.h')
-rw-r--r-- | NorthstarDLL/pch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/pch.h b/NorthstarDLL/pch.h index 66543859..e23d6a9b 100644 --- a/NorthstarDLL/pch.h +++ b/NorthstarDLL/pch.h @@ -18,6 +18,8 @@ #include <filesystem> #include <sstream> +namespace fs = std::filesystem; + #include "logging.h" #include "MinHook.h" #include "spdlog/spdlog.h" |