summaryrefslogtreecommitdiff
path: root/src/model
diff options
context:
space:
mode:
authorBenjamin Paassen <bpaassen@techfak.uni-bielefeld.de>2014-03-06 12:18:26 +0000
committerbenjamin <benjamin@daaaf23c-2e50-4459-9457-1e69db5a47bf>2014-03-06 12:18:26 +0000
commitdcdb0cea31b39e5dfd272aa7e1b5bf961c82a323 (patch)
treee482de3b615dffbca89c6efe4df94d3e8d37498d /src/model
parentb4243defaeeb24819895e1d503f4f969c874e815 (diff)
added missing includes to layer.
git-svn-id: file:///var/local/svn/basicwriter@32 daaaf23c-2e50-4459-9457-1e69db5a47bf
Diffstat (limited to 'src/model')
-rw-r--r--src/model/domain/Layer.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/domain/Layer.hpp b/src/model/domain/Layer.hpp
index 898c54d..d419710 100644
--- a/src/model/domain/Layer.hpp
+++ b/src/model/domain/Layer.hpp
@@ -19,6 +19,9 @@
#ifndef _OUSIA_MODEL_DOMAIN_LAYER_HPP_
#define _OUSIA_MODEL_DOMAIN_LAYER_HPP_
+#include <memory>
+#include <vector>
+
#include "AnnotationReference.hpp"
namespace ousia {