Include assert.h for the compile error we got from try bot linux_clang.

Review URL: http://webrtc-codereview.appspot.com/44005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@108 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
ronghuawu@google.com
2011-06-20 18:19:13 +00:00
parent 717c869579
commit ba28d7fd4e

View File

@@ -28,6 +28,7 @@
#ifndef WEBRTC_AUDIO_DEVICE_LATEBINDINGSYMBOLTABLE_H
#define WEBRTC_AUDIO_DEVICE_LATEBINDINGSYMBOLTABLE_H
#include <assert.h>
#include <stddef.h> // for NULL
#include <string.h>