1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

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

View File

@@ -25,6 +25,7 @@
#include <algorithm>
#include <math.h>
#include <fstream>
#include <unistd.h>
#include "gmenu2x.h"
#include "linkapp.h"