Fix compilation on controlling (missing header)
This commit is contained in:
parent
c49dec4331
commit
d5edffd55f
2 changed files with 1 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue