* Predictor Tag Support (used by multiple codecs).
*/
#include "tiffiop.h"
+/* Watcom C++ (or its make utility) doesn't like long filenames */
+#ifdef wxUSE_SHORTNAMES
+#include "tif_pred.h"
+#else
#include "tif_predict.h"
+#endif
#include <assert.h>