Commit 48673e7ef28995a0ea49434a0ceeb9144a6bb1d0

Authored by David Mayerich
1 parent 6c1fa9e6

fixed progress bar compiler error on GCC

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
stim/ui/progressbar.h
@@ -3,6 +3,7 @@ @@ -3,6 +3,7 @@
3 3
4 #include <iostream> 4 #include <iostream>
5 #include <sstream> 5 #include <sstream>
  6 +#include <iomanip>
6 using namespace std; 7 using namespace std;
7 8
8 void stimPrintTime(unsigned long long s) { 9 void stimPrintTime(unsigned long long s) {