From: Steinar H. Gunderson Date: Fri, 17 Feb 2012 22:39:13 +0000 (+0100) Subject: Fix the pqxx include. X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=8596d4aa3654710fb225c08c4d7235b74362561e Fix the pqxx include. --- diff --git a/bigscreen/widestring.h b/bigscreen/widestring.h index 86113ff..a2f2a24 100644 --- a/bigscreen/widestring.h +++ b/bigscreen/widestring.h @@ -2,7 +2,7 @@ #define _WIDESTRING_H 1 #include -#include "pqxx/util.hxx" +#include // UCS-4 string with support for getting from UTF-8 class widestring : public std::wstring