Fix to header file
This commit is contained in:
parent
85727ea02f
commit
cd6a651014
@ -15,6 +15,9 @@
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// 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/asio.hpp>
|
||||
#include <chrono>
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user