OSDN Git Service

Fixed member access into incomplete type build error
authorTareq A. Siraj <tareq.a.siraj@intel.com>
Fri, 27 Jul 2012 15:49:32 +0000 (11:49 -0400)
committerEdwin Vane <edwin.vane@intel.com>
Wed, 22 Aug 2012 18:55:22 +0000 (14:55 -0400)
Included the ARTPAssembler.h file to fix the 'member access into
incomplete type "android::ARTPAssembler"' error reported by clang.

Change-Id: I10cb1e38bf360858bb7ebdeae82ba1e64431f87d
Author: Tareq A. Siraj <tareq.a.siraj@intel.com>
Reviewed-by: Edwin Vane<edwin.vane@intel.com>
media/libstagefright/rtsp/ARTPConnection.cpp

index 44988a3..501a970 100644 (file)
@@ -18,6 +18,7 @@
 #define LOG_TAG "ARTPConnection"
 #include <utils/Log.h>
 
+#include "ARTPAssembler.h"
 #include "ARTPConnection.h"
 
 #include "ARTPSource.h"