Skip to content

Commit

Permalink
Merge pull request OSGeo#9198 from schwehr/gdalbuildvrt_lib-iwyu
Browse files Browse the repository at this point in the history
gdalbuildvrt_lib.cpp: IWYU - add C++ string include
  • Loading branch information
rouault authored Feb 5, 2024
2 parents 6a768fb + d482e72 commit c64b484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/gdalbuildvrt_lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@

#include <algorithm>
#include <memory>
#include <vector>
#include <set>
#include <string>
#include <vector>

#include "commonutils.h"
#include "cpl_conv.h"
Expand Down

0 comments on commit c64b484

Please sign in to comment.