(svn r22819) -Fix: include the header where it should be included

This commit is contained in:
rubidium
2011-08-24 12:12:36 +00:00
parent 9aa6000b15
commit 4557af2fce
4 changed files with 2 additions and 3 deletions

View File

@@ -12,6 +12,8 @@
#ifndef PROGRESS_H
#define PROGRESS_H
#include "thread/thread.h"
static const uint MODAL_PROGRESS_REDRAW_TIMEOUT = 200; ///< Timeout between redraws
/**