diff options
author | Mike Buland <mbuland@penny-arcade.com> | 2019-01-29 13:58:51 -0800 |
---|---|---|
committer | Mike Buland <mbuland@penny-arcade.com> | 2019-01-29 13:58:51 -0800 |
commit | 252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e (patch) | |
tree | 7ece20df6893b03dea372e0ebd9f2720838ee400 /src/stable/string.h | |
parent | 4a541f7ba5306f9ebcc7f0fe2eeb663d3f527070 (diff) | |
download | libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.gz libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.bz2 libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.tar.xz libbu++-252225fa9b2dd3dbc0a3c87bc65ce1f821706e7e.zip |
Clerified some ints.
Diffstat (limited to '')
-rw-r--r-- | src/stable/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stable/string.h b/src/stable/string.h index 54cd2bc..131f621 100644 --- a/src/stable/string.h +++ b/src/stable/string.h | |||
@@ -1077,4 +1077,6 @@ namespace Bu | |||
1077 | typedef Bu::List<String> StringList; | 1077 | typedef Bu::List<String> StringList; |
1078 | }; | 1078 | }; |
1079 | 1079 | ||
1080 | #include "bu/formatter.h" | ||
1081 | |||
1080 | #endif | 1082 | #endif |