common: include missing headers after PCH disable #2626

Merged
crueter merged 1 commit from DraVee/eden:android/fix_headers into master 2025-09-30 04:25:30 +02:00
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
#include <vector> #include <vector>
#include "common/assert.h"
#include "common/fs/file.h" #include "common/fs/file.h"
#include "common/fs/fs.h" #include "common/fs/fs.h"
#ifdef ANDROID #ifdef ANDROID

View file

@ -9,6 +9,7 @@
#include <sstream> #include <sstream>
#include <unordered_map> #include <unordered_map>
#include "common/assert.h"
#include "common/fs/fs.h" #include "common/fs/fs.h"
#ifdef ANDROID #ifdef ANDROID
#include "common/fs/fs_android.h" #include "common/fs/fs_android.h"