Cleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and iotrmi/C++ (revisiting the C...
[iot2.git] / benchmarks / Cpp / Lifxtest / LightBulbTest_Stub.hpp
index 64c501271f1073cd52dab60e5508467cb1964ce6..3cb1c6dae34410272611d927a6c5b6abc1ae375a 100644 (file)
@@ -5,6 +5,7 @@
 #include <mutex>
 #include <vector>
 #include <set>
+#include <fstream>
 #include "IoTRMIComm.hpp"
 #include "IoTRMICommClient.hpp"
 #include "IoTRMICommServer.hpp"
@@ -25,7 +26,7 @@ class LightBulbTest_Stub : public LightBulbTest
        bool retValueReceived8 = false;
        bool retValueReceived7 = false;
        bool retValueReceived9 = false;
-       
+       ofstream log;
 
        public: