Include <string> in partial_range.h for std::string

Reported by btb: https://github.com/dxx-rebirth/dxx-rebirth/pull/12
Fixed by btb: 93a80e56cd
This commit is contained in:
Kp 2014-11-30 17:00:03 +00:00
parent 5f38c85e02
commit d149b9b9e8

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"