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