From 2d8a7ed0862fa7eb2fdea3b3af71054eca8332c3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 19 May 2016 06:39:03 -0700 Subject: [PATCH] Add include to example --- fmt/string.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fmt/string.h b/fmt/string.h index f50d8b45..31c7e9d9 100644 --- a/fmt/string.h +++ b/fmt/string.h @@ -20,6 +20,8 @@ namespace fmt { **Example**:: + #include "fmt/string.h" + std::string answer = fmt::to_string(42); \endrst */