Skip to content

Commit

Permalink
IWYU: fix boost include in hphp/compiler/systemlib.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
mszabo-wikia committed Jan 6, 2025
1 parent 14edad8 commit 34eefc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hphp/compiler/compiler-systemlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "hphp/util/rds-local.h"
#include "hphp/util/timer.h"

#include <boost/filesystem.hpp>
#include <boost/filesystem/string_file.hpp>
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/positional_options.hpp>
#include <boost/program_options/variables_map.hpp>
Expand Down

0 comments on commit 34eefc6

Please sign in to comment.