Use the proper include definition.
This commit is contained in:
parent
f4dd36901e
commit
a3691ac013
1 changed files with 3 additions and 2 deletions
|
@ -4,11 +4,12 @@
|
|||
*
|
||||
* This file is in public domain.
|
||||
*/
|
||||
#include <simgear/compiler.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <simgear/compiler.h>
|
||||
#include GL_H
|
||||
#include SG_GL_H
|
||||
|
||||
#include <simgear/screen/texture.hxx>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue