--- ./mainwindow.cpp.orig	2007-03-24 00:21:52.000000000 -0500
+++ ./mainwindow.cpp	2007-03-24 00:21:03.000000000 -0500
@@ -1,3 +1,4 @@
+#include <wx/imaglist.h>
 #include <wx/image.h>
 
 #include "mainwindow.h"
--- ./Makefile.orig	2006-06-13 12:02:17.000000000 -0500
+++ ./Makefile	2007-03-24 00:27:18.000000000 -0500
@@ -1,11 +1,11 @@
 CPP=g++
-PREFIX=/usr/local
+PREFIX=/usr
 
 WX_FLAGS=$(shell wx-config --cxxflags)
 WX_LIBS=$(shell wx-config --libs)
 
-FLAGS=-ggdb
-#FLAGS=-O3
+#FLAGS=-ggdb
+FLAGS=-O3
 
 jaffm : jaffm.o mainwindow.o settingswindow.o extensionswindow.o filetree.o droptarget.o dropsource.o processbox.o uthread.o
 	$(CPP) -Wall $(FLAGS) $(WX_LIBS) jaffm.o mainwindow.o settingswindow.o extensionswindow.o filetree.o droptarget.o dropsource.o processbox.o uthread.o -o jaffm
