]> git.sesse.net Git - ccbs/blobdiff - bigscreen/widestring.h
Fix the pqxx include.
[ccbs] / 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