From 7a9e581979832a81fe1823078e736bad242e475f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 3 Dec 2016 18:18:08 +0100 Subject: [PATCH] added missing include guard to chat_networking.hpp --- chat_networking.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/chat_networking.hpp b/chat_networking.hpp index 05b89f0..85a2890 100644 --- a/chat_networking.hpp +++ b/chat_networking.hpp @@ -1,3 +1,4 @@ +#pragma once #include #include #include