upgrade to c++23

This commit is contained in:
Martin Michelsen
2024-04-23 22:23:25 -07:00
parent 49010b02f1
commit 4b5eba3727
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -3,6 +3,7 @@
#include <inttypes.h>
#include <stddef.h>
#include <algorithm>
#include <array>
#include <phosg/Encoding.hh>
#include <phosg/JSON.hh>