From 047778c20631320a197ea48442752306e5bc448e Mon Sep 17 00:00:00 2001
From: Mike Buland <eichlan@xagasoft.com>
Date: Wed, 5 Feb 2020 09:10:39 -0800
Subject: Closer

---
 src/unstable/text.cpp | 1 +
 src/unstable/text.h   | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/src/unstable/text.cpp b/src/unstable/text.cpp
index 6ec41da..be4c10f 100644
--- a/src/unstable/text.cpp
+++ b/src/unstable/text.cpp
@@ -6,6 +6,7 @@
  */
 
 #include "bu/text.h"
+#include "bu/textbuilder.h"
 
 #include "bu/exceptionbase.h"
 
diff --git a/src/unstable/text.h b/src/unstable/text.h
index 1154a50..c57dcfb 100644
--- a/src/unstable/text.h
+++ b/src/unstable/text.h
@@ -12,6 +12,8 @@
 
 namespace Bu
 {
+    class TextBuilder;
+
     /**
      * Represents a string of text. Human readable language. This should be
      * used any time you're dealing with actual text and not just binary
-- 
cgit v1.2.3