Merge pull request #120 from neheb/n

Add a few missing headers
This commit is contained in:
Michel Promonet 2018-12-24 17:44:13 +01:00 committed by GitHub
commit bf67b88aea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -18,6 +18,8 @@
#include <iostream>
#include <iomanip>
#include <pthread.h>
// live555
#include <liveMedia.hh>

View File

@ -13,6 +13,7 @@
#include <string>
#include <map>
#include <string>
#include "MediaSink.hh"