add missing includes on linux

This commit is contained in:
Martin Michelsen
2025-01-01 18:03:35 -08:00
parent 72ac20e574
commit 0862b01770
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@
#include <inttypes.h>
#include <array>
#include <memory>
#include <phosg/Encoding.hh>
#include <phosg/JSON.hh>
+1
View File
@@ -2,6 +2,7 @@
#include <inttypes.h>
#include <array>
#include <phosg/Types.hh>
#include <string>
#include <vector>