From ee68ab0943bedf5420ebf05d033a5f05714bff07 Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Mon, 8 Jan 2018 18:05:59 +0100 Subject: [PATCH] Fix config guard --- src/config.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.hpp b/src/config.hpp index b44743b..4729ab1 100644 --- a/src/config.hpp +++ b/src/config.hpp @@ -1,7 +1,7 @@ #include -#ifndef CONFIG -#define CONFIG +#ifndef CONFIG_H +#define CONFIG_H namespace config {