diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-06-08 20:48:04 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-06-08 20:48:04 (GMT) |
commit | 259fc022866eb38e8246fac93a5cb8ae7541ba5a (patch) | |
tree | e6434e6a7c3f4c6ee801bf99d76d4d30e46ebd6f | |
parent | 56d87cff730ee14f8ad5ae01e56989743ab9cdaf (diff) | |
download | uscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.zip uscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.tar.gz uscxml-259fc022866eb38e8246fac93a5cb8ae7541ba5a.tar.bz2 |
Fixed MSVC build error
-rw-r--r-- | test/src/test-performance.cpp | 1 |
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> |