Skip to content

Commit

Permalink
Fix CI: use "", not <>, to include headers of Bazel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eguiraud committed Oct 1, 2023
1 parent 37c6b38 commit 0bcfa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
*/
#include <absl/container/flat_hash_map.h>
#include "absl/container/flat_hash_map.h"

#include <memory>
#include <string>
Expand Down

0 comments on commit 0bcfa77

Please sign in to comment.