We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb4bf0 commit 54be09eCopy full SHA for 54be09e
tests/crash_logger_test.cpp
@@ -9,7 +9,7 @@
9
#include <string>
10
#include <vector>
11
12
-#include <logit_cpp/logit/utils.hpp>
+#include <logit/utils.hpp>
13
14
#ifndef _WIN32
15
# include <csignal>
@@ -27,17 +27,17 @@ namespace logit_test {
27
28
#ifdef _WIN32
29
# define private public
30
-# include <logit_cpp/logit/loggers/CrashWindowsLogger.hpp>
+# include <logit/loggers/CrashWindowsLogger.hpp>
31
# undef private
32
#else
33
34
-# include <logit_cpp/logit/loggers/CrashPosixLogger.hpp>
+# include <logit/loggers/CrashPosixLogger.hpp>
35
36
#endif
37
38
#undef _exit
39
40
-#include <logit_cpp/LogIt.hpp>
+#include <LogIt.hpp>
41
42
int main() {
43
logit_test::reset_exit_code();
0 commit comments