diff options
Diffstat (limited to 'include/tgbot/net/HttpReqArg.h')
-rw-r--r-- | include/tgbot/net/HttpReqArg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/HttpReqArg.h b/include/tgbot/net/HttpReqArg.h index 30ab407..fcdd424 100644 --- a/include/tgbot/net/HttpReqArg.h +++ b/include/tgbot/net/HttpReqArg.h @@ -3,12 +3,12 @@ #include "tgbot/export.h" +#include <boost/lexical_cast.hpp> + #include <string> #include <vector> #include <functional> -#include <boost/lexical_cast.hpp> - namespace TgBot { /** |