diff options
Diffstat (limited to 'src/module.cpp')
-rw-r--r-- | src/module.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/module.cpp b/src/module.cpp index f4f3eb9..3f4764c 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -3,11 +3,10 @@ // For details, see https://github.com/egor-tensin/pdb-repo. // Distributed under the MIT License. -#include "pdb/all.hpp" - -#include <boost/nowide/convert.hpp> +#include <pdb/all.hpp> #include <SafeInt.hpp> +#include <boost/nowide/convert.hpp> #include <cstring> #include <sstream> |