commit | eeaf7142d7e06efb3e0ddc7ef542884ab1d527dc | [log] [tgz] |
---|---|---|
author | Tim Murray <timmurray@google.com> | Mon Sep 09 15:03:50 2013 -0700 |
committer | Tim Murray <timmurray@google.com> | Mon Sep 09 15:03:50 2013 -0700 |
tree | 079a0330ccaf2bcba1c9e40f97850a716afd6902 | |
parent | e918375be0045b082128d7f958ce685062aaefb2 [diff] [blame] |
Fix build/dependency issue. bug 10427951 Change-Id: I798a0014f299b22c26bea3205823fcbb64f7ec70
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp index efcb83a..80d9414 100644 --- a/cpp/BaseObj.cpp +++ b/cpp/BaseObj.cpp
@@ -15,6 +15,7 @@ */ #include "RenderScript.h" +#include "rsCppInternal.h" using namespace android; using namespace RSC;