From 814b5048b5fbd960fe9e1bdcf3cc4ca980cfd74e Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 12 Apr 2008 01:11:35 +0000 Subject: [PATCH] Add imglib2 header subdirectory to the include search path. --- Makefile | 4 ++-- videolink.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2