Skip to content

Commit

Permalink
User Story 1105662: Fix pch.h clang 16 compilation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavlouwskyboxlabs committed Aug 9, 2024
1 parent 2ab7f96 commit 2a8bfdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Index of this file:

// Includes
#include <float.h> // FLT_MIN, FLT_MAX
#include <stdio.h>
#include <stdarg.h> // va_list, va_start, va_end
#include <stddef.h> // ptrdiff_t, NULL
#include <string.h> // memset, memmove, memcpy, strlen, strchr, strcpy, strcmp
Expand Down

0 comments on commit 2a8bfdd

Please sign in to comment.