Skip to content

Commit 85189f7

Browse files
committed
The code of module.cpp was fixed for posix systems
1 parent 637f8c8 commit 85189f7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

projects/qt-creator/httpserver.pro.user

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 3.5.1, 2015-12-21T23:37:40. -->
3+
<!-- Written by QtCreator 3.5.1, 2015-12-22T18:57:36. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>

src/Module.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifdef UNICODE
66
#include <codecvt>
77
#endif
8+
#elif POSIX
9+
#include <iostream>
810
#endif
911

1012
namespace HttpServer

0 commit comments

Comments
 (0)