summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Freutsmiedl <markus.freutsmiedl@partner.bmw.de>2015-03-18 15:27:03 +0100
committerMarkus Freutsmiedl <markus.freutsmiedl@partner.bmw.de>2015-03-18 15:27:03 +0100
commitdc60b3ce979362b74fa2ea41f7ec5bba7dfff15d (patch)
tree49d6d4016ea0de9afed3f131ad1df1753b252f66
parent7d82acbfe74422e233a4a6c6a261f11293a898cf (diff)
downloadgenivi-common-api-runtime-dc60b3ce979362b74fa2ea41f7ec5bba7dfff15d.tar.gz
BugFixes.3.0.0
-rw-r--r--include/CommonAPI/Deployment.hpp2
-rw-r--r--include/CommonAPI/MainLoopContext.hpp1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/CommonAPI/Deployment.hpp b/include/CommonAPI/Deployment.hpp
index e83bca9..85837c7 100644
--- a/include/CommonAPI/Deployment.hpp
+++ b/include/CommonAPI/Deployment.hpp
@@ -5,7 +5,7 @@
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
#if !defined (COMMONAPI_INTERNAL_COMPILATION)
-#error "Only <CommonAPI/CommonAPI.h> can be included directly, this file may disappear or change contents."
+#error "Only <CommonAPI/CommonAPI.hpp> can be included directly, this file may disappear or change contents."
#endif
#ifndef COMMONAPI_DEPLOYMENT_HPP_
diff --git a/include/CommonAPI/MainLoopContext.hpp b/include/CommonAPI/MainLoopContext.hpp
index b78b66c..d75e7cb 100644
--- a/include/CommonAPI/MainLoopContext.hpp
+++ b/include/CommonAPI/MainLoopContext.hpp
@@ -29,6 +29,7 @@
#include <chrono>
#include <list>
#include <functional>
+#include <string>
namespace CommonAPI {