diff options
Diffstat (limited to '')
-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 8a866a9..e908711 100644 --- a/deep_test/deep_test.cpp +++ b/deep_test/deep_test.cpp | |||
@@ -1,5 +1,5 @@ | |||
1 | #include "lanes/src/_pch.hpp" | 1 | #include "lanes/src/_pch.hpp" |
2 | #include "lanes/src/deep.h" | 2 | #include "lanes/src/deep.hpp" |
3 | #include "lanes/src/compat.h" | 3 | #include "lanes/src/compat.h" |
4 | 4 | ||
5 | class MyDeepFactory : public DeepFactory | 5 | class MyDeepFactory : public DeepFactory |