Skip to content

Commit

Permalink
Update util.hpp
Browse files Browse the repository at this point in the history
added #include <utility>
  • Loading branch information
pstrope authored Sep 28, 2023
1 parent 9ac1393 commit 8efa347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <iostream>
#include <fstream>
#include <chrono>
#include <utility>

#define RANGELESS_ENABLE_TSV 1
#include <ext/fn.hpp>
Expand Down

0 comments on commit 8efa347

Please sign in to comment.