From 983b839bc07f834b007a57d134352d477b1aa9a7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 28 Jan 2015 17:47:08 -0800 Subject: Add missing includes. Change-Id: I1dc1227e9800a46fdf44bd8f18a76c20adad5e5e --- nxp/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp | 3 ++- nxp/jni/com_android_nfc_NativeLlcpServiceSocket.cpp | 3 ++- nxp/jni/com_android_nfc_NativeNfcTag.cpp | 3 ++- nxp/jni/com_android_nfc_NativeP2pDevice.cpp | 3 ++- nxp/jni/com_android_nfc_list.cpp | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) (limited to 'nxp') diff --git a/nxp/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp b/nxp/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp index 74f07642..b1fe791e 100644 --- a/nxp/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp +++ b/nxp/jni/com_android_nfc_NativeLlcpConnectionlessSocket.cpp @@ -14,8 +14,9 @@ * limitations under the License. */ -#include #include +#include +#include #include "com_android_nfc.h" diff --git a/nxp/jni/com_android_nfc_NativeLlcpServiceSocket.cpp b/nxp/jni/com_android_nfc_NativeLlcpServiceSocket.cpp index e73df3e0..eeeb9094 100644 --- a/nxp/jni/com_android_nfc_NativeLlcpServiceSocket.cpp +++ b/nxp/jni/com_android_nfc_NativeLlcpServiceSocket.cpp @@ -14,8 +14,9 @@ * limitations under the License. */ -#include #include +#include +#include #include #include "com_android_nfc.h" diff --git a/nxp/jni/com_android_nfc_NativeNfcTag.cpp b/nxp/jni/com_android_nfc_NativeNfcTag.cpp index 3fb98fce..09af46f6 100644 --- a/nxp/jni/com_android_nfc_NativeNfcTag.cpp +++ b/nxp/jni/com_android_nfc_NativeNfcTag.cpp @@ -14,8 +14,9 @@ * limitations under the License. */ -#include #include +#include +#include #include #include diff --git a/nxp/jni/com_android_nfc_NativeP2pDevice.cpp b/nxp/jni/com_android_nfc_NativeP2pDevice.cpp index 2f4a5b20..f78f6261 100644 --- a/nxp/jni/com_android_nfc_NativeP2pDevice.cpp +++ b/nxp/jni/com_android_nfc_NativeP2pDevice.cpp @@ -15,8 +15,9 @@ * limitations under the License. */ -#include #include +#include +#include #include #include "com_android_nfc.h" diff --git a/nxp/jni/com_android_nfc_list.cpp b/nxp/jni/com_android_nfc_list.cpp index f0487d3c..1d9819f7 100644 --- a/nxp/jni/com_android_nfc_list.cpp +++ b/nxp/jni/com_android_nfc_list.cpp @@ -16,8 +16,9 @@ #include #include -#include #include +#include +#include #include #undef LOG_TAG -- cgit v1.2.3