From cd6a65101429dfd77af5df80648d651313d822e1 Mon Sep 17 00:00:00 2001 From: Andrea Bondavalli Date: Mon, 1 Jun 2020 12:02:40 -0700 Subject: [PATCH] Fix to header file --- daemon/rtsp_server.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daemon/rtsp_server.hpp b/daemon/rtsp_server.hpp index 0794e43..01901cb 100644 --- a/daemon/rtsp_server.hpp +++ b/daemon/rtsp_server.hpp @@ -15,6 +15,9 @@ // You should have received a copy of the GNU General Public License // along with this program. If not, see . +#ifndef _RTSP_SERVER_HPP_ +#define _RTSP_SERVER_HPP_ + #include #include #include @@ -25,9 +28,6 @@ #include "session_manager.hpp" -#ifndef _RTSP_SERVER_HPP_ -#define _RTSP_SERVER_HPP_ - using namespace std::chrono; using boost::asio::deadline_timer; using boost::asio::ip::tcp;