From 8596d4aa3654710fb225c08c4d7235b74362561e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 17 Feb 2012 23:39:13 +0100 Subject: [PATCH] Fix the pqxx include. --- bigscreen/widestring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2