Skip to content

Commit 3ee07fe

Browse files
committed
headers to log.hpp
1 parent 7d9aec4 commit 3ee07fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/utility/log.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
#if defined(_WIN32)
44
#include <Windows.h>
55
#endif
6+
#include <gsl/gsl>
7+
#include <cmath>
8+
#include <print>
9+
#include <cstdio>
10+
#include <string>
611

712
namespace hk {
813

0 commit comments

Comments
 (0)