summaryrefslogtreecommitdiff
path: root/cpp/Element.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-09-09 15:03:50 -0700
committerTim Murray <timmurray@google.com>2013-09-09 15:03:50 -0700
commiteeaf7142d7e06efb3e0ddc7ef542884ab1d527dc (patch)
tree079a0330ccaf2bcba1c9e40f97850a716afd6902 /cpp/Element.cpp
parente918375be0045b082128d7f958ce685062aaefb2 (diff)
downloadrs-eeaf7142d7e06efb3e0ddc7ef542884ab1d527dc.tar.gz
Fix build/dependency issue.
bug 10427951 Change-Id: I798a0014f299b22c26bea3205823fcbb64f7ec70
Diffstat (limited to 'cpp/Element.cpp')
-rw-r--r--cpp/Element.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/Element.cpp b/cpp/Element.cpp
index 8223f99d..db7df64a 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;