summaryrefslogtreecommitdiff
path: root/src/core/common
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-02 23:37:05 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-02 23:37:05 +0100
commitf1508e77f4bf601ee07eb2eba0a02cd32288120f (patch)
tree677adef3fd27261ecd1236a140dda1b86806e88f /src/core/common
parent9b0b705c66269b8488d9b9806d89e236d10d8c83 (diff)
fixing missing include
Diffstat (limited to 'src/core/common')
-rw-r--r--src/core/common/Location.hpp2
1 files changed, 2 insertions, 0 deletions
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 <string>
+
namespace ousia {
/**