summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2017-06-13 09:14:10 (GMT)
committerStefan Radomski <github@mintwerk.de>2017-06-13 09:14:10 (GMT)
commita43c42980727e0376c6bfa44576a54e6d3c26687 (patch)
tree8b57e9244576eaa1c721df44899009f3b8d10f05
parentbfdd2f8e72005d1e2ef2a87d19d8ac242bb22557 (diff)
downloaduscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.zip
uscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.tar.gz
uscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.tar.bz2
Fixed build error on MSVC
-rw-r--r--src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h b/src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h
index 631af27..aefc771 100644
--- a/src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h
+++ b/src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h
@@ -28,6 +28,7 @@ extern "C" {
}
#include <chrono>
+#include <ctime>
// why is it duplicated from Common.h here?