Update includes.

This commit is contained in:
scorpioblood 2024-05-23 21:36:24 +02:00
parent 88c0301166
commit 3ea1a9b988

View File

@ -16,28 +16,29 @@
# include <concepts> # include <concepts>
# include <type_traits> # include <type_traits>
# include <string> # include <string>
# include <memory>
#
# include <iostream> # include <iostream>
# include <stdio.h> # include <stdio.h>
#
#
# include <chrono> # include <chrono>
# include <thread> # include <thread>
#
# ifdef P_WIN_BUILD # ifdef P_WIN_BUILD
#
# include <windows.h> # include <windows.h>
#
# endif # endif
#
#
#
// spdlog # // spdlog
# include <spdlog/sinks/stdout_color_sinks.h> # include <spdlog/sinks/stdout_color_sinks.h>
# include <spdlog/spdlog.h> # include <spdlog/spdlog.h>
#
// Local PCH # // Local PCH
// #include "Core/public/Math/MathPCH.h" # // #include "Core/public/Math/MathPCH.h"
#
#endif // !PHANES_CORE_PCH_H #endif // !PHANES_CORE_PCH_H