summaryrefslogtreecommitdiff
path: root/cpp/BaseObj.cpp
diff options
context:
space:
mode:
authorTim Murray <timmurray@google.com>2013-02-13 14:52:20 -0800
committerTim Murray <timmurray@google.com>2013-02-13 14:52:42 -0800
commitb206acefa7ef03e02d3e8e161f8a1493329246b3 (patch)
tree941a0f61ae3c5e750fb4ac84c6772f0c48929dff /cpp/BaseObj.cpp
parent96267c2ff0133c20cc5643419a3ed3b1e75fe568 (diff)
downloadrs-b206acefa7ef03e02d3e8e161f8a1493329246b3.tar.gz
Move rs.h includes to source files.
Change-Id: Ic49e3fa5580c67f35a21f95872794ea03dd114b6
Diffstat (limited to 'cpp/BaseObj.cpp')
-rw-r--r--cpp/BaseObj.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp
index bb92bceb..d0102d06 100644
--- a/cpp/BaseObj.cpp
+++ b/cpp/BaseObj.cpp
@@ -17,6 +17,7 @@
#define LOG_TAG "libRS_cpp"
#include "RenderScript.h"
+#include <rs.h>
using namespace android;
using namespace RSC;