Include STL algorithm

This commit is contained in:
Joseph Lenox 2018-11-23 08:07:50 -06:00 committed by GitHub
parent 37f4497450
commit 93518c9545
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
#include <iostream>
#include <string>
#include <iomanip>
#include <algorithm>
#include "Log.hpp"