[testspr] add print_ln variadic version

This commit is contained in:
bolero-MURAKAMI 2013-08-03 18:14:22 +09:00
parent 22be7201bb
commit d8cb7a7887
2 changed files with 11 additions and 2 deletions

View file

@ -2,6 +2,7 @@
#define SPROUT_STRING_TO_STRING_HPP
#include <sprout/config.hpp>
#include <sprout/string/string.hpp>
#include <sprout/string/int_to_string.hpp>
#include <sprout/string/float_to_string.hpp>