diff options
Diffstat (limited to 'devel/libuta/files/patch-uta::blitters.cc')
-rw-r--r-- | devel/libuta/files/patch-uta::blitters.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/libuta/files/patch-uta::blitters.cc b/devel/libuta/files/patch-uta::blitters.cc new file mode 100644 index 000000000000..74ca2ff50702 --- /dev/null +++ b/devel/libuta/files/patch-uta::blitters.cc @@ -0,0 +1,11 @@ +--- uta/blitters.cc.orig Wed May 14 05:23:15 2003 ++++ uta/blitters.cc Wed May 14 15:39:28 2003 +@@ -28,6 +28,8 @@ + #endif + #if !defined(X86_ASSEMBLER) + ++using namespace std; ++ + /** Apply const gamma value. + Blit just copies alpha value of the source to the destination surface. + */ |