Skip to content

Commit e056de2

Browse files
authored
adding assert.h/cassert into samples to be compliant to NDK-r23 (#781)
1 parent 539dd9b commit e056de2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

prefab/curl-ssl/app/src/main/cpp/http.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
#include <memory>
2020
#include <optional>
2121
#include <string>
22+
#include <cassert>
2223

2324
#include "curl/curl.h"
2425

teapots/image-decoder/src/main/cpp/Texture.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
#include <GLES3/gl32.h>
1818
#include <android/data_space.h>
19+
#include <assert.h>
1920

2021
#include "Texture.h"
2122
#include <android/imagedecoder.h>

0 commit comments

Comments
 (0)