Fix to header file

This commit is contained in:
Andrea Bondavalli 2020-06-01 12:02:40 -07:00
parent 85727ea02f
commit cd6a651014

View File

@ -15,6 +15,9 @@
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>. // along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifndef _RTSP_SERVER_HPP_
#define _RTSP_SERVER_HPP_
#include <boost/algorithm/string.hpp> #include <boost/algorithm/string.hpp>
#include <boost/asio.hpp> #include <boost/asio.hpp>
#include <chrono> #include <chrono>
@ -25,9 +28,6 @@
#include "session_manager.hpp" #include "session_manager.hpp"
#ifndef _RTSP_SERVER_HPP_
#define _RTSP_SERVER_HPP_
using namespace std::chrono; using namespace std::chrono;
using boost::asio::deadline_timer; using boost::asio::deadline_timer;
using boost::asio::ip::tcp; using boost::asio::ip::tcp;