summaryrefslogtreecommitdiff
path: root/PluginControlInterface/test/CAmControlReceiverShadowTest.h
diff options
context:
space:
mode:
authorchristian linke <christian.linke@bmw.de>2012-10-04 16:25:51 +0200
committerchristian linke <christian.linke@bmw.de>2012-10-04 16:25:51 +0200
commitbeec2584c3bff46ae7aa0bf57389fb6dadf33917 (patch)
tree735070d1d73cd80b2624372d6cf5fc036a16d713 /PluginControlInterface/test/CAmControlReceiverShadowTest.h
parentfee37213648f86ca4fd13ed063182e2ce877aacf (diff)
downloadaudiomanager-beec2584c3bff46ae7aa0bf57389fb6dadf33917.tar.gz
* adding GoogleMock including GoogleTest into the project
Signed-off-by: christian linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginControlInterface/test/CAmControlReceiverShadowTest.h')
-rw-r--r--PluginControlInterface/test/CAmControlReceiverShadowTest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/PluginControlInterface/test/CAmControlReceiverShadowTest.h b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
index 3d112be..a544c39 100644
--- a/PluginControlInterface/test/CAmControlReceiverShadowTest.h
+++ b/PluginControlInterface/test/CAmControlReceiverShadowTest.h
@@ -19,7 +19,7 @@
#define CAMCONTROLRECEIVERSHADOWTEST_H_
#include "gtest/gtest.h"
-#include <gmock/gmock.h>
+#include "gmock/gmock.h"
#include "MockIAmControlReceive.h"
#include "shared/CAmSocketHandler.h"
#include "shared/CAmSerializer.h"