diff options
Diffstat (limited to 'externals')
-rw-r--r-- | externals/grill/xsample/source/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index abb20e03..9cc29e5b 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -66,6 +66,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <vecLib/vBasicOps.h> #include <vecLib/vectorOps.h> #endif + // this is for the UInt32 prototype (thanks to Jamie) + // \TODO we'd rather not use Carbon but some other framework + #include <Carbon/Carbon.h> // Initialize a prefetch constant for use with vec_dst(), vec_dstt(), vec_dstst or vec_dststt // Taken from the "AltiVec tutorial" by Ian Ollmann, Ph.D. |