From 541dd48f9c4c51aeba30cd35389f2174e9b255bd Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Tue, 10 Jul 2018 15:38:33 +1000 Subject: Backport: Need for std::string. Backport of changeset 7065:31b87a713c59. --- src/CellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx index 2b1ba74f8..eb56cc4eb 100644 --- a/src/CellBuffer.cxx +++ b/src/CellBuffer.cxx @@ -13,6 +13,7 @@ #include #include +#include #include #include #include -- cgit v1.2.3