diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-05-14 10:32:58 +0200 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-05-24 13:40:22 +0200 |
commit | 72b64ac2df6c04ce80103fb3963149b9c083ecc9 (patch) | |
tree | 742a81b729b30716dd39d1d776ea5e35274ba197 /PluginCommandInterfaceDbus/test | |
parent | bdf0b3fd9a91fdd9ef4a7b87af90266884903fa9 (diff) | |
download | audiomanager-72b64ac2df6c04ce80103fb3963149b9c083ecc9.tar.gz |
* forgot to submit Python include for Dbus test
Signed-off-by: christian mueller <christian.ei.mueller@bmw.de>
Diffstat (limited to 'PluginCommandInterfaceDbus/test')
-rw-r--r-- | PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp index c952d93..8add391 100644 --- a/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp +++ b/PluginCommandInterfaceDbus/test/CAmCommandSenderDbusTest.cpp @@ -16,6 +16,7 @@ */ #include "CAmCommandSenderDbusTest.h" +#include <Python.h> #include <iostream> #include <fstream> #include <sstream> |