Fix missing pragma once in debug.hpp

This commit is contained in:
Madeline Busig 2024-03-04 21:06:32 -07:00
parent d1e2c7be71
commit e0f06fd2c2

View File

@ -1,3 +1,5 @@
#pragma once
#include <cstdint>
namespace debug {