mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 22:42:17 +02:00
windows build hackery
This commit is contained in:
parent
ea6d6e9f72
commit
dee8f69722
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,8 @@
|
|||
#include <iostream> // to load voxels from file
|
||||
#include <fstream> // to load voxels from file
|
||||
|
||||
#include <gpu/GPUConfig.h>
|
||||
|
||||
#include <OctalCode.h>
|
||||
#include <PacketHeaders.h>
|
||||
#include <PerfStat.h>
|
||||
|
@ -23,7 +25,6 @@
|
|||
#include <glm/gtc/type_ptr.hpp>
|
||||
|
||||
#include "Application.h"
|
||||
#include "InterfaceConfig.h"
|
||||
#include "Menu.h"
|
||||
#include "renderer/ProgramObject.h"
|
||||
#include "VoxelConstants.h"
|
||||
|
|
Loading…
Reference in a new issue