X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=parse.h;fp=parse.h;h=de260640f56ebc4a0cbe0f6b06a39ead8d6bcbc0;hp=6912dd9a5c314ca41494aed2a6be41ba5094ab44;hb=488f28bf7070f44469a006ed4a9d4c423788d175;hpb=c271559c8b2b9583346c8c6269701894cb9ff4c1 diff --git a/parse.h b/parse.h index 6912dd9..de26064 100644 --- a/parse.h +++ b/parse.h @@ -3,8 +3,9 @@ // Various routines that deal with parsing; both HTTP requests and more generic text. -#include +#include #include +#include // Split a line on whitespace, e.g. "foo bar baz" -> {"foo", "bar", "baz"}. std::vector split_tokens(const std::string &line);