ImGuiColorTextEdit
ImGuiColorTextEdit copied to clipboard
assert() may not be available
In my barebone VS2019 projects compiling this fails because assert() is unknown.
You may either:
- Use
IM_ASSERT()(if imgui.h is included) - Include
<assert.h>
I would personally suggest the earlier solution over the later one.