From 7cd37b1d50b5d6a0f6c771b18c05471197670bb9 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 10 Nov 2009 18:43:38 -0500 Subject: Moving the #include of unistring.h into format.h --- src/format.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/format.h') diff --git a/src/format.h b/src/format.h index b3ae464f..fc1272aa 100644 --- a/src/format.h +++ b/src/format.h @@ -43,6 +43,7 @@ #define _FORMAT_H #include "expr.h" +#include "unistring.h" namespace ledger { -- cgit v1.2.3