diff options
Diffstat (limited to 'deep_test')
-rw-r--r-- | deep_test/deep_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deep_test/deep_test.cpp b/deep_test/deep_test.cpp index e908711..db91198 100644 --- a/deep_test/deep_test.cpp +++ b/deep_test/deep_test.cpp | |||
@@ -1,6 +1,6 @@ | |||
1 | #include "lanes/src/_pch.hpp" | 1 | #include "lanes/src/_pch.hpp" |
2 | #include "lanes/src/deep.hpp" | 2 | #include "lanes/src/deep.hpp" |
3 | #include "lanes/src/compat.h" | 3 | #include "lanes/src/compat.hpp" |
4 | 4 | ||
5 | class MyDeepFactory : public DeepFactory | 5 | class MyDeepFactory : public DeepFactory |
6 | { | 6 | { |