diff --git a/.gitmodules b/.gitmodules index ada59d64..5e8de833 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[submodule "external/nativefiledialog-extended"] - path = external/nativefiledialog-extended - url = https://github.com/btzy/nativefiledialog-extended/ [submodule "external/parallel-rdp/parallel-rdp-standalone"] path = external/parallel-rdp/parallel-rdp-standalone url = https://github.com/SimoneN64/parallel-rdp-standalone/ diff --git a/src/utils/log.hpp b/src/utils/log.hpp index 7d0a404a..a8f70ced 100644 --- a/src/utils/log.hpp +++ b/src/utils/log.hpp @@ -1,5 +1,6 @@ #pragma once #include +#include #include #include #if !defined(NDEBUG) && !defined(_WIN32)