]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/versionmatch.cc
* apt-pkg/acquire-methods.cc:
[apt.git] / apt-pkg / versionmatch.cc
index 6d667acade4e7a51fb1d442337b09918f2186c81..e4fa0ea65f10fd2be0a3d4c737db3e5eefc89673 100644 (file)
@@ -11,8 +11,9 @@
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
-#include <apt-pkg/versionmatch.h>
+#include<config.h>
 
+#include <apt-pkg/versionmatch.h>
 #include <apt-pkg/strutl.h>
 #include <apt-pkg/error.h>
 
 #include <fnmatch.h>
 #include <sys/types.h>
 #include <regex.h>
-
                                                                        /*}}}*/
 
+using std::string;
+
 // VersionMatch::pkgVersionMatch - Constructor                         /*{{{*/
 // ---------------------------------------------------------------------
 /* Break up the data string according to the selected type */