clang-tidy was zealous on macOS.

This commit is contained in:
2025-11-30 19:47:43 -08:00
parent 41f37478c1
commit 44807d0f40
2 changed files with 3 additions and 1 deletions

View File

@@ -1,10 +1,11 @@
#ifndef KTE_UNDONODE_H
#define KTE_UNDONODE_H
#include <cstdint>
#include <string>
enum class UndoType : uint8_t {
enum class UndoType : std::uint8_t {
Insert,
Delete,
Paste,