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:
henrike@webrtc.org 2011-12-02 00:32:24 +00:00
parent c1ed87602a
commit 4b00560a6e
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,10 @@
* be found in the AUTHORS file in the root of the source tree.
*/
#if _WIN32
#include <windows.h>
#endif
#include "trace.h"
#include "overuse_detector.h"
#include "remote_rate_control.h"

View File

@ -8,6 +8,10 @@
* 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 "trace.h"
#include <math.h>