diff --git a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp index f4e76cc5..d46b3685 100644 --- a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp @@ -1,3 +1,8 @@ +// Enable chrono formatters +#ifndef __cpp_lib_format +#define __cpp_lib_format 202110L +#endif + #include #include #include