basic_string is in <string>

This commit is contained in:
Bradley Bell 2014-11-23 04:10:36 -08:00
parent 47bc015972
commit 93a80e56cd

View file

@ -7,6 +7,7 @@
#pragma once
#include <stdexcept>
#include <cstdio>
#include <string>
#include "dxxsconf.h"
#include "compiler-addressof.h"
#include "compiler-begin.h"