Add std::string header.

pull/903/head
Kim Kulling 2016-05-25 00:58:05 +02:00
parent f9f493d017
commit 5463146688
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <string.h>
#include <stdio.h>
#include <sstream>
#include <string>
/// @fn ai_snprintf
/// @brief The portable version of the function snprintf ( C99 standard ), which works on visual studio compilers 2013 and earlier.