]> OCCT Git - occt.git/commit
0031799: Configuration - compilation errors with Android NDK r12
authorkgv <kgv@opencascade.com>
Sun, 27 Sep 2020 16:51:56 +0000 (19:51 +0300)
committerabv <abv@opencascade.com>
Fri, 2 Oct 2020 13:12:49 +0000 (16:12 +0300)
commit42624fdc754b12d1e904545343fc2f57fe96149c
treedfbae85bb62d40aacc76634aedc1e77b1c64ab1e
parente2409d34b550a5531fb08e56074bf3d2e0e269c3
0031799: Configuration - compilation errors with Android NDK r12

Added missing <stdarg.h> include (va_list) to Standard_CString.hxx.
Do not include <search.h> in delabella.cpp when using gcc 4.9 from Android NDK.
src/BRepMesh/delabella.cpp
src/Standard/Standard_CString.hxx