housekeeping

This commit is contained in:
scawful
2024-07-14 14:31:30 -04:00
parent b77dcc9c86
commit da7f3a44eb
3 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
#include <imgui/imgui_internal.h>
#include <imgui/misc/cpp/imgui_stdlib.h>
#include <string>
#include "absl/strings/string_view.h"
namespace ImGui {

View File

@@ -40,6 +40,7 @@ add_executable(
../src/app/gfx/compression.cc
../src/app/core/common.cc
../src/app/core/labeling.cc
../src/lib/imgui/misc/cpp/imgui_stdlib.cpp
# ${ASAR_STATIC_SRC}
)