mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
Android: Fix NDK r16b2 build
This commit is contained in:
parent
835eff15a1
commit
c2dcb97d06
3 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#if __has_include_next(<optional>)
|
||||
#if __cplusplus >= 201703L && __has_include_next(<optional>)
|
||||
#include_next <optional>
|
||||
#else
|
||||
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue