From b11d9b5ccd644663c5db57d618afb40fc1fb8114 Mon Sep 17 00:00:00 2001 From: Johanna Amann Date: Fri, 12 Aug 2016 06:54:53 -0700 Subject: [PATCH] Add missing include directive. --- src/plugin/TaggedComponent.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/plugin/TaggedComponent.h b/src/plugin/TaggedComponent.h index 012f20a380..4c7adc1bd6 100644 --- a/src/plugin/TaggedComponent.h +++ b/src/plugin/TaggedComponent.h @@ -1,6 +1,8 @@ #ifndef PLUGIN_TAGGED_COMPONENT_H #define PLUGIN_TAGGED_COMPONENT_H +#include + namespace plugin { /**