diff options
-rw-r--r-- | externals/grill/flext/source/flsndobj.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/externals/grill/flext/source/flsndobj.h b/externals/grill/flext/source/flsndobj.h index dee6c9de..4f20e50c 100644 --- a/externals/grill/flext/source/flsndobj.h +++ b/externals/grill/flext/source/flsndobj.h @@ -2,7 +2,7 @@ flext - C++ layer for Max/MSP and pd (pure data) externals -Copyright (c) 2001-2005 Thomas Grill (gr@grrrr.org) +Copyright (c) 2001-2006 Thomas Grill (gr@grrrr.org) For information on usage and redistribution, and for a DISCLAIMER OF ALL WARRANTIES, see the file, "license.txt," in this distribution. @@ -16,7 +16,8 @@ WARRANTIES, see the file, "license.txt," in this distribution. #ifndef FLEXT_THREADS #define NOPTHREAD #endif -#include <SndObj/AudioDefs.h> +#include <SndObj/SndObj.h> +#include <SndObj/SndIO.h> #undef NOPTHREAD |