diff --git a/src/android/app/src/main/jni/camera/ndk_camera.h b/src/android/app/src/main/jni/camera/ndk_camera.h index 850f637f2..4b9bbfdaa 100644 --- a/src/android/app/src/main/jni/camera/ndk_camera.h +++ b/src/android/app/src/main/jni/camera/ndk_camera.h @@ -11,6 +11,7 @@ #include "common/common_types.h" #include "core/frontend/camera/factory.h" #include "core/frontend/camera/interface.h" +#include "core/hle/service/cam/cam.h" namespace Camera::NDK { diff --git a/src/android/app/src/main/jni/camera/still_image_camera.h b/src/android/app/src/main/jni/camera/still_image_camera.h index 2ac81dacf..ab12040a3 100644 --- a/src/android/app/src/main/jni/camera/still_image_camera.h +++ b/src/android/app/src/main/jni/camera/still_image_camera.h @@ -11,6 +11,7 @@ #include "common/common_types.h" #include "core/frontend/camera/factory.h" #include "core/frontend/camera/interface.h" +#include "core/hle/service/cam/cam.h" #include "jni/id_cache.h" namespace Camera::StillImage {