added missing include guard to chat_networking.hpp

This commit is contained in:
Kjistóf 2016-12-03 18:18:08 +01:00
parent 88aff84db1
commit 7a9e581979
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#pragma once
#include <iostream>
#include <string>
#include <functional>