This commit is contained in:
MihailRis
2024-04-23 18:43:02 +03:00
parent 67f34ceb8c
commit 051f0b8c6a
35 changed files with 61 additions and 62 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "Logger.h"
#include "Logger.hpp"
#include <ctime>
#include <iomanip>
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef DEBUG_LOGGER_H_
#define DEBUG_LOGGER_H_
#ifndef DEBUG_LOGGER_HPP_
#define DEBUG_LOGGER_HPP_
#include <sstream>
#include <fstream>
@@ -63,4 +63,4 @@ namespace debug {
};
}
#endif // DEBUG_LOGGER_H_
#endif // DEBUG_LOGGER_HPP_