From ab7c74245bafb7656e4a6a93b46155ecd9cf89b0 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Thu, 5 Dec 2019 14:46:00 +0100 Subject: [PATCH] Add cpp17 headers to see if they are available. --- tests/cpp17/main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) 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 {