xo-imgui: clang compiler nits

This commit is contained in:
Roland Conybeare 2025-08-29 19:33:09 -04:00
commit f46c1d613e
3 changed files with 5 additions and 1 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 {