app-editors/zed: Stabilize 0.165.4 amd64, #948967
[gentoo/gentoo.git] / x11-misc / bbcd / files / bbcd-0.3.1-gcc3.3.patch
blob906dabf616ca89003b43f126c294b8d2868469b1
1 --- bbcd-0.3.1/Color.cc.org 2003-12-07 14:55:51.791299707 +0100
2 +++ bbcd-0.3.1/Color.cc 2003-12-07 14:56:07.724194970 +0100
3 @@ -32,6 +32,7 @@
4 //#include <stdio.h>
5 //}
6 #include <iostream>
7 +#include <assert.h>
10 BColor::ColorCache BColor::colorcache;
11 --- bbcd-0.3.1/Texture.cc.org 2003-12-07 14:55:57.382507797 +0100
12 +++ bbcd-0.3.1/Texture.cc 2003-12-07 14:56:41.924228114 +0100
13 @@ -37,6 +37,7 @@
14 #include "Texture.hh"
15 //#include "BaseDisplay.hh"
16 #include "Image.hh"
17 +#include <assert.h>
18 //#include "Screen.hh"
19 //#include "blackbox.hh"