mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Use "" to access the fmt headers, not <>, or else Windows can't find the
fallback library.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#include <variant>
|
||||
#include <optional>
|
||||
#include <regex>
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
#if defined(_WIN32) || defined(__WIN32__)
|
||||
#include <direct.h>
|
||||
|
||||
Reference in New Issue
Block a user