aboutsummaryrefslogtreecommitdiff
path: root/src/shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared')
-rw-r--r--src/shared/ProgressBar.cpp2
-rw-r--r--src/shared/ProgressBar.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/ProgressBar.cpp b/src/shared/ProgressBar.cpp
index b72118ad804..2eba31c2c40 100644
--- a/src/shared/ProgressBar.cpp
+++ b/src/shared/ProgressBar.cpp
@@ -18,6 +18,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
+#include <stdio.h>
+
#include "ProgressBar.h"
char const* const barGoLink::empty = " ";
diff --git a/src/shared/ProgressBar.h b/src/shared/ProgressBar.h
index 50c5c7d11e5..af7b5e03093 100644
--- a/src/shared/ProgressBar.h
+++ b/src/shared/ProgressBar.h
@@ -20,7 +20,6 @@
#ifndef TRINITYCORE_PROGRESSBAR_H
#define TRINITYCORE_PROGRESSBAR_H
-#include <stdio.h>
#include "Platform/Define.h"
class TRINITY_DLL_SPEC barGoLink