commit | 3d9ebb28cc4eb932dce61a9c4133d798fccedbc4 | [log] [tgz] |
---|---|---|
author | Chia-I Wu <olv@lunarg.com> | Tue Dec 02 11:54:24 2014 +0800 |
committer | Chia-I Wu <olv@lunarg.com> | Wed Dec 03 10:34:50 2014 +0800 |
tree | 056f46b20e569c4553188c7b5928681c38d0fd99 | |
parent | a4933f139b0a73038a88ce3b9d37bf095188283a [diff] [blame] |
tests: fix build errors due to ImageMagick dependency v2: tell users how to resolve the dependency on Ubuntu per Courtney's suggestion
diff --git a/tests/xgltestframework.cpp b/tests/xgltestframework.cpp index ddaee19..54259c4 100644 --- a/tests/xgltestframework.cpp +++ b/tests/xgltestframework.cpp
@@ -25,7 +25,7 @@ //#include "ShaderLang.h" #include "GlslangToBil.h" #include <math.h> -#include <ImageMagick/wand/MagickWand.h> +#include <wand/MagickWand.h> // Command-line options enum TOptions {