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:
@@ -1,7 +1,7 @@
|
||||
#include "lib/globals.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/flags.h"
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
extern const std::map<std::string, const ConfigProto*> formats;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include "lib/globals.h"
|
||||
#include "lib/proto.h"
|
||||
#include "lib/flags.h"
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/format.h"
|
||||
|
||||
extern const std::map<std::string, const ConfigProto*> formats;
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#include <google/protobuf/text_format.h>
|
||||
#include <google/protobuf/io/zero_copy_stream_impl.h>
|
||||
#include <fstream>
|
||||
#include <fmt/format.h>
|
||||
#include "fmt/format.h"
|
||||
#include "tests/testproto.pb.h"
|
||||
#include "lib/config.pb.h"
|
||||
#include <sstream>
|
||||
|
||||
Reference in New Issue
Block a user