1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Fix for Clang

This commit is contained in:
ocornut 2014-12-30 16:55:32 +00:00
parent 74ab555558
commit f8c58fe328
2 changed files with 1 additions and 1 deletions

View file

@ -19,6 +19,7 @@ struct ImGuiWindow;
#include <stdarg.h> // va_list
#include <stddef.h> // ptrdiff_t
#include <stdlib.h> // NULL, malloc
#include <string.h> // memset, memmove
#ifndef IM_ASSERT
#include <assert.h>