summaryrefslogtreecommitdiff
path: root/devel/libuta/files/patch-uta::blitters.cc
blob: d60c1d8cc82c8fcb437d7f469380b9f221eced44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- uta/blitters.cc.orig	Sat Oct 12 23:11:07 2002
+++ uta/blitters.cc	Sat Jul 26 01:16:18 2003
@@ -20,6 +20,7 @@
 
 #include "blitters.h"
 #include <painter.h>
+#include <cassert>
 
 namespace uta {
 
@@ -27,6 +28,8 @@
 #undef X86_ASSEMBLER
 #endif
 #if !defined(X86_ASSEMBLER)
+
+using namespace std;
 
 /** Apply const gamma value.
     Blit just copies alpha value of the source to the destination surface.