Fix include

This commit is contained in:
Victor Zverovich 2023-07-15 09:02:19 -07:00 committed by GitHub
parent a474916560
commit 8e87d3a8be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;