Skip to content

Commit

Permalink
[HIPIFY][SWDEV-429021][build][Linux][fix] Fix for `no template named …
Browse files Browse the repository at this point in the history
…'list'` build failure

+ Added an explicit include for `std::list`
  • Loading branch information
emankov committed Oct 26, 2023
1 parent 89e2fa3 commit dd7b9db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Statistics.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ THE SOFTWARE.
#include <fstream>
#include <map>
#include <set>
#include <list>
#include <llvm/ADT/StringRef.h>
#include <llvm/Support/raw_ostream.h>

Expand Down

0 comments on commit dd7b9db

Please sign in to comment.