summaryrefslogtreecommitdiff
path: root/http/timer_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'http/timer_queue.h')
-rw-r--r--http/timer_queue.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/http/timer_queue.h b/http/timer_queue.h
index b61c188ea6..f2a933b79a 100644
--- a/http/timer_queue.h
+++ b/http/timer_queue.h
@@ -1,12 +1,13 @@
#pragma once
+#include "logging.h"
+
#include <boost/circular_buffer.hpp>
#include <boost/circular_buffer/space_optimized.hpp>
+
#include <chrono>
#include <functional>
-#include "logging.h"
-
namespace crow
{
namespace detail