diff options
Diffstat (limited to '')
-rw-r--r-- | src/integer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/integer.h b/src/integer.h index 6ed7c49..be7c808 100644 --- a/src/integer.h +++ b/src/integer.h | |||
@@ -75,4 +75,6 @@ namespace Gats | |||
75 | }; | 75 | }; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Integer &i ); | ||
79 | |||
78 | #endif | 80 | #endif |