Move standard header include to precompiled header
- Im getting forced to do this help
This commit is contained in:
parent
c0a1a99d8b
commit
8ef991f81f
@ -1,8 +1,5 @@
|
||||
#include "STDInclude.hpp"
|
||||
|
||||
#include <limits>
|
||||
#include <cmath>
|
||||
|
||||
namespace Components
|
||||
{
|
||||
Game::ButtonToCodeMap_t Gamepad::buttonList[]
|
||||
|
@ -40,6 +40,8 @@
|
||||
#include <unordered_map>
|
||||
#include <queue>
|
||||
#include <algorithm>
|
||||
#include <limits>
|
||||
#include <cmath>
|
||||
|
||||
// Experimental C++17 features
|
||||
#include <filesystem>
|
||||
|
Loading…
Reference in New Issue
Block a user