Skip to content

Commit

Permalink
#include <cstdint> for int64_t, fix ninja-build#2426
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Apr 20, 2024
1 parent 2834deb commit 1eb5308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/status_printer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
// limitations under the License.
#pragma once

#include <cstdint>
#include <queue>

#include "line_printer.h"
Expand Down

0 comments on commit 1eb5308

Please sign in to comment.