Added include of scoped lock
This commit is contained in:
@@ -29,12 +29,18 @@
|
||||
#include <osg/Notify>
|
||||
#include <osg/Timer>
|
||||
|
||||
#include <OpenThreads/ScopedLock>
|
||||
#include <OpenThreads/Mutex>
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "libmpeg3/libmpeg3.h"
|
||||
|
||||
|
||||
|
||||
using namespace osg;
|
||||
|
||||
#define IDLE_TIMEOUT 150000L
|
||||
|
||||
@@ -27,6 +27,8 @@
|
||||
#include <osg/Notify>
|
||||
#include <osg/Timer>
|
||||
|
||||
#include <OpenThreads/ScopedLock>
|
||||
|
||||
#include "QTUtils.h"
|
||||
#include "MovieData.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user