summaryrefslogtreecommitdiff
path: root/examples/websockets/simplechat/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/websockets/simplechat/main.cpp')
-rw-r--r--examples/websockets/simplechat/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/websockets/simplechat/main.cpp b/examples/websockets/simplechat/main.cpp
index 0b1c753..a1ffb49 100644
--- a/examples/websockets/simplechat/main.cpp
+++ b/examples/websockets/simplechat/main.cpp
@@ -48,6 +48,7 @@
**
****************************************************************************/
#include <QtCore/QCoreApplication>
+
#include "chatserver.h"
int main(int argc, char *argv[])