Chrono updates for latest version of MSVC 2019

This commit is contained in:
Dan Paulat 2021-12-17 23:28:17 -06:00
parent cd8ecaf333
commit e4d8b1a311

View file

@ -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>