Update includes.
This commit is contained in:
parent
88c0301166
commit
3ea1a9b988
@ -10,34 +10,35 @@
|
|||||||
|
|
||||||
// STL
|
// STL
|
||||||
|
|
||||||
#include <cmath>
|
# include <cmath>
|
||||||
#include <stdint.h>
|
# include <stdint.h>
|
||||||
#include <vector>
|
# include <vector>
|
||||||
#include <concepts>
|
# include <concepts>
|
||||||
#include <type_traits>
|
# include <type_traits>
|
||||||
#include <string>
|
# include <string>
|
||||||
|
# include <memory>
|
||||||
#include <iostream>
|
#
|
||||||
#include <stdio.h>
|
# include <iostream>
|
||||||
|
# include <stdio.h>
|
||||||
|
#
|
||||||
#include <chrono>
|
#
|
||||||
#include <thread>
|
# include <chrono>
|
||||||
|
# include <thread>
|
||||||
#ifdef P_WIN_BUILD
|
#
|
||||||
|
# ifdef P_WIN_BUILD
|
||||||
#include <windows.h>
|
#
|
||||||
|
# include <windows.h>
|
||||||
#endif
|
#
|
||||||
|
# endif
|
||||||
|
#
|
||||||
|
#
|
||||||
// spdlog
|
#
|
||||||
#include <spdlog/sinks/stdout_color_sinks.h>
|
# // spdlog
|
||||||
#include <spdlog/spdlog.h>
|
# include <spdlog/sinks/stdout_color_sinks.h>
|
||||||
|
# include <spdlog/spdlog.h>
|
||||||
// Local PCH
|
#
|
||||||
// #include "Core/public/Math/MathPCH.h"
|
# // Local PCH
|
||||||
|
# // #include "Core/public/Math/MathPCH.h"
|
||||||
|
#
|
||||||
#endif // !PHANES_CORE_PCH_H
|
#endif // !PHANES_CORE_PCH_H
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user