From f1508e77f4bf601ee07eb2eba0a02cd32288120f Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 2 Jan 2015 23:37:05 +0100 Subject: fixing missing include --- src/core/common/Location.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/core/common/Location.hpp b/src/core/common/Location.hpp index 0dd359d..39e1011 100644 --- a/src/core/common/Location.hpp +++ b/src/core/common/Location.hpp @@ -19,6 +19,8 @@ #ifndef _OUSIA_LOCATION_HPP_ #define _OUSIA_LOCATION_HPP_ +#include + namespace ousia { /** -- cgit v1.2.3