Commit 13d93272 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed inclusion of standard headers

This is necessary to fix build with GCC 10, other branches need to be
rebased ASAP.
parent 4d028334
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -14,6 +14,8 @@

#include <type_traits>
#include <vector>
#include <string>
#include <stdexcept>
#include <TNL/variant.hpp>   // backport of std::variant from C++17

namespace TNL {