fix: add missing <type_traits> include for std::is_same

This commit is contained in:
Ocheretovich
2026-03-18 18:46:17 +02:00
committed by GitHub
parent b9998fc9e1
commit 0bc4c23d1c
+1
View File
@@ -29,6 +29,7 @@
#pragma once
#include <string>
#include <type_traits>
// the loose definitions of types in this file are, well, loose.
//