mirror of
https://github.com/uowuo/abaddon.git
synced 2026-08-15 05:19:58 +00:00
Explicitly include headers for PCH free build (#312)
There are some headers that implicitly included by PCH. Include those explicitly so PCH free build succeeds.
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
#ifdef __APPLE__
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
#include "util.hpp"
|
||||
#endif
|
||||
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user