From 48673e7ef28995a0ea49434a0ceeb9144a6bb1d0 Mon Sep 17 00:00:00 2001 From: David Mayerich Date: Wed, 6 Sep 2017 14:53:58 -0500 Subject: [PATCH] fixed progress bar compiler error on GCC --- stim/ui/progressbar.h | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/stim/ui/progressbar.h b/stim/ui/progressbar.h index 445d6a4..b11e377 100644 --- a/stim/ui/progressbar.h +++ b/stim/ui/progressbar.h @@ -3,6 +3,7 @@ #include #include +#include using namespace std; void stimPrintTime(unsigned long long s) { -- libgit2 0.21.4