summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLutz Helwing <lutz_helwing@mentor.com>2015-09-24 15:33:27 +0200
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-10-07 10:39:43 +0200
commit991b35abfe13c472de12e915299b05b80cb9ad20 (patch)
tree84ba0d685601cb8ee7fbd1b7a019d501436a5a04 /include
parenta36766b285749d2ac13dfefa9515b0ed6d94f1a9 (diff)
downloadDLT-daemon-991b35abfe13c472de12e915299b05b80cb9ad20.tar.gz
Fixed include in dlt_cpp_extension.hpp WITH_DLT_CXX11_EXT defaults to OFF to retain compatibility with old systems
Signed-off-by: Alexander Wenzel <Alexander.AW.Wenzel@bmw.de>
Diffstat (limited to 'include')
-rw-r--r--include/dlt/dlt_cpp_extension.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dlt/dlt_cpp_extension.hpp b/include/dlt/dlt_cpp_extension.hpp
index 1eaf4d2..fe344e5 100644
--- a/include/dlt/dlt_cpp_extension.hpp
+++ b/include/dlt/dlt_cpp_extension.hpp
@@ -27,12 +27,13 @@
#ifndef DLT_CPP_EXTENSION_HPP
#define DLT_CPP_EXTENSION_HPP
-#include <dlt/dlt.h>
#include <string>
#include <vector>
#include <list>
#include <map>
+#include "dlt.h"
+
template<typename T>
int32_t logToDlt(DltContextData &log, T const &value) = delete;