diff options
Diffstat (limited to 'src/graph/graph.hpp')
-rw-r--r-- | src/graph/graph.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graph/graph.hpp b/src/graph/graph.hpp index 7771b48f..440b0594 100644 --- a/src/graph/graph.hpp +++ b/src/graph/graph.hpp @@ -1,5 +1,8 @@ #pragma once +// ReSharper disable once CppUnusedIncludeDirective +#include "pre.hpp" + #include "system_headers.hpp" #include <memory> #include <functional> |