From 3fac0df91710a90c76afc2df3bf231688a068247 Mon Sep 17 00:00:00 2001 From: casey langen Date: Tue, 5 Jun 2018 23:00:36 -0700 Subject: [PATCH] Added `fstream` to Common.cpp -- this should make gcc happy again. --- src/core/support/Common.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/support/Common.cpp b/src/core/support/Common.cpp index c98378295..ea8d61702 100644 --- a/src/core/support/Common.cpp +++ b/src/core/support/Common.cpp @@ -38,6 +38,7 @@ #include #include #include +#include #include