From 08fa405a061ab6520e8fc3d7480ceb2ecdea5641 Mon Sep 17 00:00:00 2001 From: Stephen Anthony Date: Mon, 16 Sep 2019 20:14:35 -0230 Subject: [PATCH] Add missing include; hopefully fixes compile error. --- src/common/bspf.hxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/bspf.hxx b/src/common/bspf.hxx index d39aad9be..da65bf1f0 100644 --- a/src/common/bspf.hxx +++ b/src/common/bspf.hxx @@ -39,6 +39,7 @@ using uInt64 = uint64_t; // The following code should provide access to the standard C++ objects and // types: cout, cerr, string, ostream, istream, etc. +#include #include #include #include