From cd89a218bead3e47bd2fbd08a882fc93ed99b372 Mon Sep 17 00:00:00 2001 From: steve.greedy Date: Fri, 21 Sep 2018 15:22:18 +0100 Subject: [PATCH] SW1 Update --- GUI/SW1/SRC/LOGGER.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI/SW1/SRC/LOGGER.cpp b/GUI/SW1/SRC/LOGGER.cpp index 1ca1918..ffb8395 100644 --- a/GUI/SW1/SRC/LOGGER.cpp +++ b/GUI/SW1/SRC/LOGGER.cpp @@ -1,7 +1,7 @@ // Logger.cpp // Implementation of a multithread safe singleton logger class #include -#include "logger.h" +#include "LOGGER.h" using namespace std; -- libgit2 0.21.2