X-Git-Url: https://git.sesse.net/?p=cubemap;a=blobdiff_plain;f=parse.h;h=de260640f56ebc4a0cbe0f6b06a39ead8d6bcbc0;hp=6912dd9a5c314ca41494aed2a6be41ba5094ab44;hb=99b7dfe076577261c3e6093d75714f75425880d5;hpb=32d84e70aa1f1c9cd8334aceac0a617b4a7b4b40 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);