mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
add missing headers for new toolchain (#41)
These are necessary for compiling with Ubuntu 24.04 default toolchain/boost.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
#include <boost/filesystem/operations.hpp>
|
||||
#include <folly/experimental/symbolizer/Symbolizer.h>
|
||||
#include <fstream>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "common/monitor/Recorder.h"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#include "storage/worker/CheckWorker.h"
|
||||
|
||||
#include <fstream>
|
||||
|
||||
#include "common/monitor/Recorder.h"
|
||||
#include "common/utils/Duration.h"
|
||||
#include "common/utils/UtcTime.h"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include "storage/worker/DumpWorker.h"
|
||||
|
||||
#include <gperftools/profiler.h>
|
||||
#include <fstream>
|
||||
#include <memory>
|
||||
#include <sys/times.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user