From 8e87d3a8bead3f37eb513af093f58a4222f45038 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 15 Jul 2023 09:02:19 -0700 Subject: [PATCH] Fix include --- doc/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api.rst b/doc/api.rst index a71a8f9c..488f3587 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -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. For example:: - #include + #include struct point { double x, y;