Added missing #includes.

Fixes compilation with GCC 4.7.0.
This commit is contained in:
Maarten ter Huurne
2012-03-24 12:00:25 +01:00
parent 57ad81e3df
commit d2413d8233
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -25,6 +25,7 @@
#include <algorithm>
#include <math.h>
#include <fstream>
#include <unistd.h>
#include "gmenu2x.h"
#include "linkapp.h"