From: Ben Hutchings Date: Sat, 12 Apr 2008 01:11:35 +0000 (+0000) Subject: Add imglib2 header subdirectory to the include search path. X-Git-Tag: 1.2.3~19 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=videolink.git;a=commitdiff_plain;h=814b5048b5fbd960fe9e1bdcf3cc4ca980cfd74e Add imglib2 header subdirectory to the include search path. --- diff --git a/Makefile b/Makefile index e20d8c4..5203b1a 100644 --- a/Makefile +++ b/Makefile @@ -91,8 +91,8 @@ install : .objs/link_iterator.% .objs/null_prompt_service.% .objs/style_sheets.% \ .objs/videolink.% \ : CPPFLAGS += $(addprefix -I$(moz_include_dir)/, \ - content docshell dom gfx layout locale necko uconv \ - webshell widget) \ + content docshell dom gfx imglib2 layout locale \ + necko uconv webshell widget) \ -DMOZILLA_INTERNAL_API \ -DMOZ_VERSION_MAJOR=$(moz_version_major) \ -DMOZ_VERSION_MINOR=$(moz_version_minor) \ diff --git a/videolink.cpp b/videolink.cpp index 2ad703a..5867023 100644 --- a/videolink.cpp +++ b/videolink.cpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include