We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f8c8 commit 85189f7Copy full SHA for 85189f7
projects/qt-creator/httpserver.pro.user
@@ -1,6 +1,6 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE QtCreatorProject>
3
-<!-- Written by QtCreator 3.5.1, 2015-12-21T23:37:40. -->
+<!-- Written by QtCreator 3.5.1, 2015-12-22T18:57:36. -->
4
<qtcreator>
5
<data>
6
<variable>EnvironmentId</variable>
src/Module.cpp
@@ -5,6 +5,8 @@
#ifdef UNICODE
#include <codecvt>
7
#endif
8
+#elif POSIX
9
+ #include <iostream>
10
11
12
namespace HttpServer
0 commit comments