diff --git a/tests/cpp17/main.cpp b/tests/cpp17/main.cpp index 2fc60d635..385d863a3 100644 --- a/tests/cpp17/main.cpp +++ b/tests/cpp17/main.cpp @@ -2,6 +2,13 @@ #include #include #include + +// Test new headers in cpp17 +#include +#include +#include +#include + // Test for nested namespace definition namespace PrusaSlicer::Cpp17 {