Fixes build error in rtp_rtc module introduced in r1076.
Review URL: http://webrtc-codereview.appspot.com/301005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1081 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -8,6 +8,10 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if _WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "overuse_detector.h"
|
#include "overuse_detector.h"
|
||||||
#include "remote_rate_control.h"
|
#include "remote_rate_control.h"
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
* be found in the AUTHORS file in the root of the source tree.
|
* be found in the AUTHORS file in the root of the source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if _WIN32
|
||||||
|
#include <windows.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "remote_rate_control.h"
|
#include "remote_rate_control.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
|
Reference in New Issue
Block a user