Skip to content

Commit

Permalink
Add missing include headers (#5995)
Browse files Browse the repository at this point in the history
This is for C++ modules build in chromium.
  • Loading branch information
atetubou authored Feb 10, 2025
1 parent b3fe11f commit 114920c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/util/flags.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "flags.h"

#include <algorithm>
#include <cerrno>
#include <cstdlib>
#include <cstring>
#include <iostream>
Expand Down

0 comments on commit 114920c

Please sign in to comment.