mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:10:05 +00:00
Chrono updates for latest version of MSVC 2019
This commit is contained in:
parent
cd8ecaf333
commit
e4d8b1a311
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
// Enable chrono formatters
|
||||
#ifndef __cpp_lib_format
|
||||
#define __cpp_lib_format 202110L
|
||||
#endif
|
||||
|
||||
#include <scwx/qt/map/overlay_layer.hpp>
|
||||
#include <scwx/qt/gl/shader_program.hpp>
|
||||
#include <scwx/qt/gl/text_shader.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue