summaryrefslogtreecommitdiff
path: root/nn/common/operations/RNNTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nn/common/operations/RNNTest.cpp')
-rw-r--r--nn/common/operations/RNNTest.cpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/nn/common/operations/RNNTest.cpp b/nn/common/operations/RNNTest.cpp
index 66acac7cb..d125586ee 100644
--- a/nn/common/operations/RNNTest.cpp
+++ b/nn/common/operations/RNNTest.cpp
@@ -14,13 +14,14 @@
* limitations under the License.
*/
-#include "RNN.h"
-
-#include "NeuralNetworksWrapper.h"
-
#include <gmock/gmock-matchers.h>
#include <gtest/gtest.h>
+#include <vector>
+
+#include "NeuralNetworksWrapper.h"
+#include "RNN.h"
+
namespace android {
namespace nn {
namespace wrapper {