From 9fb5855de8eca494262ffe4bc83e79fd636663f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Tue, 4 Sep 2018 18:03:07 +0200 Subject: [PATCH] Added new header files to main include file. --- include/neocomm.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/neocomm.hpp b/include/neocomm.hpp index 4837cbf..b22da17 100644 --- a/include/neocomm.hpp +++ b/include/neocomm.hpp @@ -18,4 +18,6 @@ #pragma once +#include "neocomm/channel.hpp" +#include "neocomm/message.hpp" #include "neocomm/node.hpp"