mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix include
This commit is contained in:
@ -124,7 +124,7 @@ parsing and formatting. To use this method specialize the ``formatter`` struct
|
|||||||
template for your type and implement ``parse`` and ``format`` methods.
|
template for your type and implement ``parse`` and ``format`` methods.
|
||||||
For example::
|
For example::
|
||||||
|
|
||||||
#include <fmt/core.h>
|
#include <fmt/format.h>
|
||||||
|
|
||||||
struct point {
|
struct point {
|
||||||
double x, y;
|
double x, y;
|
||||||
|
Reference in New Issue
Block a user