summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-08 20:48:04 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-08 20:48:04 (GMT)
commit259fc022866eb38e8246fac93a5cb8ae7541ba5a (patch)
treee6434e6a7c3f4c6ee801bf99d76d4d30e46ebd6f /test/src
parent56d87cff730ee14f8ad5ae01e56989743ab9cdaf (diff)
downloaduscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.zip
uscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.tar.gz
uscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.tar.bz2
Fixed MSVC build error
Diffstat (limited to 'test/src')
-rw-r--r--test/src/test-performance.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/src/test-performance.cpp b/test/src/test-performance.cpp
index 772c392..4142b9d 100644
--- a/test/src/test-performance.cpp
+++ b/test/src/test-performance.cpp
@@ -1,6 +1,5 @@
#include "uscxml/config.h"
#include "uscxml/Interpreter.h"
-#include <sys/time.h>
#include <chrono>
#include <iostream>