diff options
Diffstat (limited to 'src/gui/stats.cpp')
-rw-r--r-- | src/gui/stats.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/stats.cpp b/src/gui/stats.cpp index 2282301c..3948d25e 100644 --- a/src/gui/stats.cpp +++ b/src/gui/stats.cpp @@ -22,8 +22,13 @@ */ #include "stats.h" + +#include <sstream> + #include "button.h" + #include "../playerinfo.h" + #include "../net/network.h" StatsWindow::StatsWindow(): |