Skip to content

Commit 014b63b

Browse files
Joanna Jometa-codesync[bot]
authored andcommitted
Include <cstdint> in StructuredHeadersConstants
Summary: Missing <cstdint> in D83721532, which broke tests (T240286604). Reviewed By: hanidamlaj Differential Revision: D83881002 fbshipit-source-id: 36fc626491a9a50e108424eb87aa82175306b21f
1 parent 21f9f3d commit 014b63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

third-party/proxygen/src/proxygen/lib/http/structuredheaders/StructuredHeadersConstants.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
#pragma once
1010

11+
#include <cstdint>
1112
#include <string>
1213
#include <unordered_map>
1314
#include <variant>

0 commit comments

Comments
 (0)