summaryrefslogtreecommitdiffstats
path: root/test/src
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-08 10:48:18 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-08 10:48:18 (GMT)
commit2a1e36acade3aff6ada0ed26633aa7be13687ed5 (patch)
tree998b7c1890b266f0c164e7279aa3fcef7c62f9cc /test/src
parent382c04f0549b637cbe501a0dc76b38f8a28d88aa (diff)
downloaduscxml-2a1e36acade3aff6ada0ed26633aa7be13687ed5.zip
uscxml-2a1e36acade3aff6ada0ed26633aa7be13687ed5.tar.gz
uscxml-2a1e36acade3aff6ada0ed26633aa7be13687ed5.tar.bz2
Fixed chrono issues with gcc
Diffstat (limited to 'test/src')
-rw-r--r--test/src/test-performance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/src/test-performance.cpp b/test/src/test-performance.cpp
index 8df740d..772c392 100644
--- a/test/src/test-performance.cpp
+++ b/test/src/test-performance.cpp
@@ -2,6 +2,7 @@
#include "uscxml/Interpreter.h"
#include <sys/time.h>
+#include <chrono>
#include <iostream>
using namespace uscxml;