Fix compile errors on Ubuntu

This commit is contained in:
Bim Overbohm 2013-05-16 23:25:54 +02:00
parent 4b4c891b30
commit 802aa50ad9
3 changed files with 5 additions and 1 deletions

View file

@ -35,7 +35,7 @@ endif()
find_package(FreeType REQUIRED)
find_package(FreeImage REQUIRED)
find_package(SDL REQUIRED)
find_package(Boost REQUIRED)
find_package(Boost REQUIRED COMPONENTS system filesystem)
#-------------------------------------------------------------------------------
#set up compiler flags and excutable names

View file

@ -1,5 +1,7 @@
#pragma once
#include <stddef.h>
//This is a shabby, sort of OS-independent resource "system"
//Use bin2h: http://code.google.com/p/bin2h/
//to convert the binary files to C code,

View file

@ -1,5 +1,7 @@
#include "ImageIO.h"
#include <memory.h>
#include "Log.h"