string include fix for 64bit windows build

This commit is contained in:
Enda 2014-06-19 15:16:45 +01:00
parent 64c3f63aab
commit 68987b0ab8

View File

@ -37,6 +37,7 @@
#include <cstdio>
#include <cstring>
#include <iostream>
#include <string>
#include <memory>
#include <assert.h>
#include <limits.h>