summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron_m_rees@linux.intel.com>2012-11-14 10:48:04 -0800
committerKevron Rees <kevron_m_rees@linux.intel.com>2012-11-14 10:48:04 -0800
commit5b324b35e9717cfab996562d1c2652ea342cb421 (patch)
tree2390fb0a337af1deb2d724dedc94cc216dc1bc17
parent3583892d33e7024fdb1d2b3bf59a79df41961731 (diff)
downloadautomotive-message-broker-5b324b35e9717cfab996562d1c2652ea342cb421.tar.gz
fixed include
-rw-r--r--lib/vehicleproperty.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/vehicleproperty.h b/lib/vehicleproperty.h
index 5b4348b6..faeebf59 100644
--- a/lib/vehicleproperty.h
+++ b/lib/vehicleproperty.h
@@ -26,6 +26,7 @@
#include <set>
#include <sstream>
#include <map>
+#include <functional>
#include <abstractpropertytype.h>