diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-02 23:37:05 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2015-01-02 23:37:05 +0100 |
commit | f1508e77f4bf601ee07eb2eba0a02cd32288120f (patch) | |
tree | 677adef3fd27261ecd1236a140dda1b86806e88f /src | |
parent | 9b0b705c66269b8488d9b9806d89e236d10d8c83 (diff) |
fixing missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/core/common/Location.hpp | 2 |
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 { /** |