Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions hphp/runtime/vm/fcall-args-flags.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

#pragma once

#include <cstdint>

namespace HPHP {

enum FCallArgsFlags : uint16_t {
Expand Down
1 change: 1 addition & 0 deletions hphp/runtime/vm/jit/timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <vector>

Expand Down
1 change: 1 addition & 0 deletions hphp/tools/configs/generate_configs_lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1180,6 +1180,7 @@ pub fn generate_loader(sections: Vec<ConfigSection>, output_dir: PathBuf) {
let h_content = format!(
r#"#pragma once
#include <cstdint>
#include <string>
namespace HPHP {{
Expand Down
1 change: 1 addition & 0 deletions hphp/util/blob-encoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <folly/container/F14Map.h>
#include <folly/container/F14Set.h>

#include <bitset>
#include <filesystem>
#include <memory>
#include <set>
Expand Down
1 change: 1 addition & 0 deletions hphp/util/hdf-extract.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <cstdint>
#include <map>
#include <string>
#include <vector>
Expand Down
1 change: 1 addition & 0 deletions hphp/util/hdf.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

#pragma once

#include <cstdint>
#include <string>
#include <map>
#include <set>
Expand Down
1 change: 1 addition & 0 deletions hphp/util/numa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include "hphp/util/portability.h"
#include <folly/Bits.h>
#include <numaif.h>
#include <algorithm>
#include <fstream>
#include <map>
#include <thread>
Expand Down