Add include to example

This commit is contained in:
Victor Zverovich 2016-05-19 06:39:03 -07:00
parent b18f783fed
commit 2d8a7ed086

View File

@ -20,6 +20,8 @@ namespace fmt {
**Example**::
#include "fmt/string.h"
std::string answer = fmt::to_string(42);
\endrst
*/