You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
14 lines
573 B
Diff
14 lines
573 B
Diff
--- include/CPstrings.orig.h 2022-12-22 21:55:01.000000000 +0100
|
|
+++ include/CPstrings.h 2022-12-22 21:55:19.000000000 +0100
|
|
@@ -11,8 +11,8 @@
|
|
# ifndef FMT_HEADER_ONLY
|
|
# define FMT_HEADER_ONLY
|
|
# endif
|
|
-# include "fmt/format.h" // For addition of the string formatting functions and macros from fmtlib
|
|
-# include "fmt/printf.h" // For sprintf
|
|
+# include <fmt/format.h> // For addition of the string formatting functions and macros from fmtlib
|
|
+# include <fmt/printf.h> // For sprintf
|
|
# undef FMT_HEADER_ONLY
|
|
#else
|
|
# include <vector>
|