From 365677b2c9845723de7592b7736810114efe706f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Wed, 12 Apr 2017 18:19:08 +0200 Subject: [PATCH] Fix missing include --- include/cppast/cpp_entity_ref.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/cppast/cpp_entity_ref.hpp b/include/cppast/cpp_entity_ref.hpp index 29afd60..55d5943 100644 --- a/include/cppast/cpp_entity_ref.hpp +++ b/include/cppast/cpp_entity_ref.hpp @@ -9,6 +9,7 @@ #include +#include #include namespace cppast