mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 10:35:43 -05:00
Fixed Linux build.
This commit is contained in:
parent
895ebbbb9b
commit
5b0c53fabc
1 changed files with 1 additions and 0 deletions
1
3rdparty/ocornut-imgui/imgui_demo.cpp
vendored
1
3rdparty/ocornut-imgui/imgui_demo.cpp
vendored
|
@ -13,6 +13,7 @@
|
|||
#include <ctype.h> // toupper, isprint
|
||||
#include <math.h> // sqrtf, fabsf, fmodf, powf, cosf, sinf, floorf, ceilf
|
||||
#include <stdio.h> // vsnprintf, sscanf, printf
|
||||
#include <stdint.h> // intptr_t
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
|
||||
|
|
Loading…
Reference in a new issue