From ead67f3a14dd71608b4d805af418ab16bb893071 Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 30 Oct 2017 22:35:27 +0100 Subject: [PATCH] Fix compiling with new libs --- Makefile | 2 +- src/main.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index aa0e6ad..3ee7db3 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ MAKEFLAGS += --no-print-directory #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lgui -lutils -ldynamiclibs -lcontrollerpatcher -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec +LIBS := -lgui -lutils -lcontrollerpatcher -ldynamiclibs -lfreetype -lgd -lpng -ljpeg -lz -lmad -lvorbisidec # #--------------------------------------------------------------------------------- diff --git a/src/main.cpp b/src/main.cpp index bb8167f..c914f03 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,6 +5,7 @@ #include #include +#include #include #include #include