Add include for strerror() 04/27004/1
authorAleksander Zdyb <a.zdyb@partner.samsung.com>
Wed, 3 Sep 2014 06:11:47 +0000 (08:11 +0200)
committerAleksander Zdyb <a.zdyb@partner.samsung.com>
Wed, 3 Sep 2014 07:19:33 +0000 (09:19 +0200)
Change-Id: Idf24aaca911199e40b87c78ac2dd4c03d378afbd

tests/framework/include/dpl/test/test_runner.h

index e705df8..3f9ff7b 100644 (file)
@@ -25,6 +25,7 @@
 #define DPL_TEST_RUNNER_H
 
 #include <chrono>
+#include <cstring>
 #include <list>
 #include <map>
 #include <set>