Add missing include; hopefully fixes compile error.

This commit is contained in:
Stephen Anthony 2019-09-16 20:14:35 -02:30
parent 354d5aa35a
commit 08fa405a06
1 changed files with 1 additions and 0 deletions

View File

@ -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 <array>
#include <algorithm>
#include <iostream>
#include <fstream>