Commit 5ff7d01b by Maarten Hekkelman

added missing #include <iomanip>

parent 3f884968
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
#include <map> #include <map>
#include <chrono> #include <chrono>
#include <regex> #include <regex>
#include <iomanip>
#if defined(_MSC_VER) #if defined(_MSC_VER)
#define TERM_WIDTH 80 #define TERM_WIDTH 80
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment