Fixed compile error on Debian jessie (gcc version 4.8.2 (Debian 4.8.2-16))

This commit is contained in:
Meeh 2014-03-18 22:54:47 +01:00
parent 61774f82b3
commit 74f66a5e29
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#include "ui_interface.h"
#include "util.h"
#include <stdint.h>
#include <algorithm>
#include <map>