]> git.sesse.net Git - ccbs/commitdiff
Fix the pqxx include.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 17 Feb 2012 22:39:13 +0000 (23:39 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 17 Feb 2012 22:39:13 +0000 (23:39 +0100)
bigscreen/widestring.h

index 86113ffff80e7bd9bea7787b50cb0e888be76df4..a2f2a245423322042d234d226df6e1be89ac9d89 100644 (file)
@@ -2,7 +2,7 @@
 #define _WIDESTRING_H 1
 
 #include <string>
-#include "pqxx/util.hxx"
+#include <pqxx/util>
 
 // UCS-4 string with support for getting from UTF-8
 class widestring : public std::wstring