Skip to content

Commit 9fc12a6

Browse files
committed
fix: Added needed include for logging
1 parent 387e1f3 commit 9fc12a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/loggingsystem.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
#include "stdafx.hpp"
99
#include "utils/loggingsystem.hpp"
1010

11+
#include "tier0/dbg.h"
12+
1113
#include "commands.hpp"
12-
#include ""
1314

1415
/**
1516
* @brief Logging for the plugin by adding a prefix and line break.

0 commit comments

Comments
 (0)