From cbbb51f18da0f58a8f918948dabf26e502919692 Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Thu, 15 May 2014 19:13:04 +0300 Subject: [PATCH] [test] add missing include in test/string_from_type.hpp (#include ) --- test/string_from_type.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/string_from_type.hpp b/test/string_from_type.hpp index b564c2359..178ff2ea0 100644 --- a/test/string_from_type.hpp +++ b/test/string_from_type.hpp @@ -14,6 +14,7 @@ #ifndef GEOMETRY_TEST_STRING_FROM_TYPE_HPP #define GEOMETRY_TEST_STRING_FROM_TYPE_HPP +#include #if defined(HAVE_TTMATH) # include