Move the new function to its own header.

This commit is contained in:
King_DuckZ 2017-05-02 20:01:41 +01:00
parent 91dca8810a
commit b854a54293
3 changed files with 40 additions and 11 deletions

View file

@ -17,6 +17,7 @@
#include "catch.hpp"
#include "duckhandy/lexical_cast.hpp"
#include "duckhandy/int_to_string_ary.hpp"
#include <cstdint>
#include <string>
#include <cstddef>