aboutsummaryrefslogtreecommitdiff
path: root/src/boolean.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boolean.h')
-rw-r--r--src/boolean.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boolean.h b/src/boolean.h
index 3035b32..270e578 100644
--- a/src/boolean.h
+++ b/src/boolean.h
@@ -24,4 +24,6 @@ namespace Gats
24 }; 24 };
25}; 25};
26 26
27Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Boolean &b );
28
27#endif 29#endif