diff options
author | Stefan Radomski <github@mintwerk.de> | 2017-06-13 09:14:10 (GMT) |
---|---|---|
committer | Stefan Radomski <github@mintwerk.de> | 2017-06-13 09:14:10 (GMT) |
commit | a43c42980727e0376c6bfa44576a54e6d3c26687 (patch) | |
tree | 8b57e9244576eaa1c721df44899009f3b8d10f05 /src | |
parent | bfdd2f8e72005d1e2ef2a87d19d8ac242bb22557 (diff) | |
download | uscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.zip uscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.tar.gz uscxml-a43c42980727e0376c6bfa44576a54e6d3c26687.tar.bz2 |
Fixed build error on MSVC
Diffstat (limited to 'src')
-rw-r--r-- | src/uscxml/plugins/ioprocessor/http/HTTPIOProcessor.h | 1 |
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? |