1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

Minor compile fix for Windows. Hope this doesn't break anything else.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1261 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
dankers 2010-08-10 20:30:25 +00:00 committed by dankers
parent 023df37b2b
commit 81104f7a97

View File

@ -30,7 +30,7 @@
#include <QString>
#include <QHash>
#include <QTextStream>
#include <../shading/glc_material.h>
#include "../shading/glc_material.h"
#include "../glc_config.h"