From d149b9b9e8807815d7455a8280d66ff17ab0bda3 Mon Sep 17 00:00:00 2001 From: Kp Date: Sun, 30 Nov 2014 17:00:03 +0000 Subject: [PATCH] Include in partial_range.h for std::string Reported by btb: https://github.com/dxx-rebirth/dxx-rebirth/pull/12 Fixed by btb: https://github.com/btb/dxx-rebirth/commit/93a80e56cd141c2a669896839d00fbdc0149bdec --- common/include/partial_range.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/include/partial_range.h b/common/include/partial_range.h index d98302a9b..1463debf1 100644 --- a/common/include/partial_range.h +++ b/common/include/partial_range.h @@ -7,6 +7,7 @@ #pragma once #include #include +#include #include "dxxsconf.h" #include "compiler-addressof.h" #include "compiler-begin.h"