xo-imgui: clang compiler nits

This commit is contained in:
Roland Conybeare 2025-08-29 19:33:09 -04:00
commit 5959fae81c
4 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,7 @@
#include "xo/indentlog/scope.hpp"
#include "xo/indentlog/print/tag.hpp"
#include <sys/mman.h>
#include <unistd.h> // for getpagesize() on OSX
#include <cassert>
namespace xo {