summaryrefslogtreecommitdiff
path: root/include/tgbot/net/HttpReqArg.h
diff options
context:
space:
mode:
authorEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:12:33 +0300
committerEgor Pugin <egor.pugin@gmail.com>2020-03-22 20:12:33 +0300
commit0e9a5bb427757b8b6ecb2734e602fe5bc7e6354b (patch)
tree4aeb54b0be115bede2191a3bb2d829245955a881 /include/tgbot/net/HttpReqArg.h
parent58620856faf03e36fd57fa50362fc32f4b8cb9cb (diff)
Fix header order.
Diffstat (limited to 'include/tgbot/net/HttpReqArg.h')
-rw-r--r--include/tgbot/net/HttpReqArg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tgbot/net/HttpReqArg.h b/include/tgbot/net/HttpReqArg.h
index 72dfd7d..7c23eab 100644
--- a/include/tgbot/net/HttpReqArg.h
+++ b/include/tgbot/net/HttpReqArg.h
@@ -3,13 +3,13 @@
#include "tgbot/export.h"
+#include <boost/lexical_cast.hpp>
+
#include <string>
#include <utility>
#include <vector>
#include <functional>
-#include <boost/lexical_cast.hpp>
-
namespace TgBot {
/**