Upgraded to the latest winlibs/gcc 14.

This commit is contained in:
Zed A. Shaw 2024-12-20 16:53:03 -05:00
parent 5a6494acf5
commit 290affa49a
11 changed files with 20 additions and 13 deletions

View file

@ -1,10 +1,8 @@
#include <fstream>
#include <iostream>
#include <chrono> // for operator""s, chrono_literals
#include <thread> // for sleep_for
#include <filesystem>
#include <fcntl.h>
#include <fmt/core.h>
#include <locale>
#include <codecvt>
#include <vector>
@ -16,9 +14,10 @@
#include FT_TRUETYPE_IDS_H
#include "dbc.hpp"
#include "constants.hpp"
#include <fmt/core.h>
using namespace nlohmann;
using namespace fmt;
using fmt::format, fmt::println, fmt::print;
namespace fs = std::filesystem;
using std::string, std::wstring, std::vector;