summary refs log tree commit diff stats
path: root/lib/token.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/token.h')
-rw-r--r--lib/token.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/token.h b/lib/token.h index 788a106..ff3c37b 100644 --- a/lib/token.h +++ b/lib/token.h
@@ -163,6 +163,8 @@ namespace verbly {
163 } _utterance; 163 } _utterance;
164 }; 164 };
165 }; 165 };
166
167 std::ostream& operator<<(std::ostream& os, token::type _type);
166 168
167}; 169};
168 170