Add x86 server support.
Change-Id: I674acaf15b67afa48bc736f72942a11e2e38e940
diff --git a/driver/rsdVertexArray.h b/driver/rsdVertexArray.h
index 3e807a3..9c655df 100644
--- a/driver/rsdVertexArray.h
+++ b/driver/rsdVertexArray.h
@@ -17,6 +17,8 @@
#ifndef ANDROID_RSD_VERTEX_ARRAY_H
#define ANDROID_RSD_VERTEX_ARRAY_H
+#include "rsUtils.h"
+
namespace android {
namespace renderscript {
@@ -25,8 +27,6 @@
}
}
-#include <utils/String8.h>
-
// An element is a group of Components that occupies one cell in a structure.
class RsdVertexArray {
public: