summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/bgfx/texture.cpp
diff options
context:
space:
mode:
author firewave <firewave@users.noreply.github.com>2020-01-22 13:31:52 +0100
committer firewave <firewave@users.noreply.github.com>2020-01-22 13:31:52 +0100
commit399515c7a783f84b5c40c5e1733500b3d62bf634 (patch)
tree8f2329af45b7ab0e44ba32c0a1522f3e4184a130 /src/osd/modules/render/bgfx/texture.cpp
parentddf571d8d4488fe9f1003f1cf219cc31d8868283 (diff)
use C++ library includes (nw)
Diffstat (limited to 'src/osd/modules/render/bgfx/texture.cpp')
-rw-r--r--src/osd/modules/render/bgfx/texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/modules/render/bgfx/texture.cpp b/src/osd/modules/render/bgfx/texture.cpp
index 7b6747e0c54..a187741798d 100644
--- a/src/osd/modules/render/bgfx/texture.cpp
+++ b/src/osd/modules/render/bgfx/texture.cpp
@@ -6,7 +6,7 @@
//
//============================================================
-#include <string.h>
+#include <cstring>
#include "texture.h"
ef='/mame/commit/scripts/src/main.lua?id=cf4a8b9e0342e42f5c4e4f38e66b3cd96dd3fcc5'>resurected sqlite3 and lsqlite3 (nw) Miodrag Milanovic2016-11-071-0/+1 | * Trying to do link fix (nw) Miodrag Milanovic2016-11-071-2/+3 | * Update bgfx shader path for Emscripten build (nw) Justin Kerk2016-11-011-1/+1 | * Experimental support for compiling to WebAssembly using Emscripten (not yet ↵ Justin Kerk2016-10-291-0/+5 | | | | working) (nw) * Initial work on console interface (nw) Miodrag Milanovic2016-10-091-0/+1 | | | | Use Ctrl-Z to close console on any OS. To start use -console parameter * Replaced code usage of libuv with asio library (nw) Miodrag Milanovic2016-10-071-5/+0 | * Add Lua-cleaning ability to srcclean Vas Crabb2016-08-301-5/+5 | * made proper formats compiled only if needed (nw) Miodrag Milanovic2016-08-121-0/+4 | * Compile netlist and lua only if used (nw) Miodrag Milanovic2016-08-121-1/+8 | * Fix git version [Vas Crabb] Vas Crabb2016-06-101-15/+5 | | | | | | | | * git version is set by top-level make, not just when GENie runs * can set IGNORE_GIT=1 for make to ignore git * git ignored/unavailable uses "unknown" in version string * mark modified trees as dirty * note that version now comes from makefile * Updated GENie to latest (nw) Miodrag Milanovic2016-06-081-1/+1 | * removed not used libraries, and commented portaudio that will be used but no ↵ Miodrag Milanovic2016-05-311-2/+0 | | | | need for now (nw) * Emscripten tweaks (nw) Justin Kerk2016-05-291-2/+4 | * Emscripten options cleanup (nw)