Fix compilation on controlling (missing header)

This commit is contained in:
Michaël Lemaire 2013-06-21 12:36:05 +02:00
parent c49dec4331
commit d5edffd55f
2 changed files with 1 additions and 1 deletions

View file

@ -63,6 +63,7 @@ install:release
cp cache/*.cache ${DESTDIR}/usr/share/paysages3d/
deb:
apt-get install pbuilder build-essential libdevil-dev libglib2.0-dev qt4-dev-tools
DEBFULLNAME="Michael Lemaire" DEBEMAIL=paysages@thunderk.net dch -i -p -u low -D stable
debuild -b -us -uc

View file

@ -3,7 +3,6 @@
#include <string.h>
#include <math.h>
#include "rendering/auto.h"
#include "rendering/main.h"
#include "rendering/render.h"
#include "rendering/scenery.h"