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/Element.cpp b/cpp/Element.cpp index 8223f99..db7df64 100644 --- a/cpp/Element.cpp +++ b/cpp/Element.cpp
@@ -18,6 +18,7 @@ #include <string.h> #include "RenderScript.h" +#include "rsCppInternal.h" using namespace android; using namespace RSC;