]> git.saurik.com Git - apt.git/blobdiff - test/rpmver.cc
Revert fixes changes to move these to apt--fixes--0 branch.
[apt.git] / test / rpmver.cc
index c76c77bd1830a167c73dc2aa2b16c1526d023a48..9fc807de8048dffeb3f3fee0c8480d5a9d0c4446 100644 (file)
@@ -8,6 +8,8 @@
 #define xisalpha(x) isalpha(x)
 #define xisalnum(x) (isdigit(x) || isalpha(x))
 
+using namespace std;
+
 int rpmvercmp(const char * a, const char * b)
 {
     char oldch1, oldch2;