diff options
Diffstat (limited to 'src/float.h')
-rw-r--r-- | src/float.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/float.h b/src/float.h index 1b3a06a..27233ae 100644 --- a/src/float.h +++ b/src/float.h | |||
@@ -23,4 +23,6 @@ namespace Gats | |||
23 | }; | 23 | }; |
24 | } | 24 | } |
25 | 25 | ||
26 | Bu::Formatter &operator<<( Bu::Formatter &f, const Gats::Float &flt ); | ||
27 | |||
26 | #endif | 28 | #endif |