* #26839: video: fix includes

This commit is contained in:
Tristan Matthews
2013-07-15 14:55:22 -04:00
parent c8f2b186a4
commit ec119120e5
2 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,7 @@ extern "C" {
#include <libavdevice/avdevice.h>
#include <libswscale/swscale.h>
}
#include <unistd.h>
#include <map>
#include "manager.h"

View File

@ -34,6 +34,7 @@
#include <stdexcept> // for std::runtime_error
#include <sstream>
#include <algorithm>
#include <unistd.h>
#include "logger.h"
#include "scoped_lock.h"