From c110c6eca7dbca963b7153640135102356707e3d Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 16 Jul 2016 08:44:27 -0700 Subject: [PATCH] Update readme --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 07eeba29..46c8f232 100644 --- a/README.rst +++ b/README.rst @@ -91,6 +91,8 @@ An object of any user-defined type for which there is an overloaded .. code:: c++ + #include "fmt/ostream.h" + class Date { int year_, month_, day_; public: