blob: 38797e000e0c74be78ba71d8a006bb3889a167f3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- app/compressedgif.cpp.orig Sat May 22 16:02:26 2004
+++ app/compressedgif.cpp Sun Nov 28 21:37:00 2004
@@ -9,6 +9,10 @@
#include <api.h>
#include <assert.h>
+#include "blob_private.h"
+#include "image_private.h"
+#include "exception_private.h"
+
#ifndef False
#define False 0
#endif
|