diff options
Diffstat (limited to '')
-rw-r--r-- | test/unit_tests/fixtures.hpp (renamed from test/unit_tests/dbghelp.hpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit_tests/dbghelp.hpp b/test/unit_tests/fixtures.hpp index daede68..f6571d1 100644 --- a/test/unit_tests/dbghelp.hpp +++ b/test/unit_tests/fixtures.hpp @@ -1,6 +1,6 @@ #pragma once -#include "utils.hpp" +#include "paths.hpp" #include <pdb/all.hpp> |