Skip to content

Commit

Permalink
Fix compilation for OpenMP on GCC14
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Aug 25, 2024
1 parent d838767 commit d012cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <fstream>
#include <sstream>
#include <functional>
#include <algorithm>
#include <iostream>
#include <unordered_map>

Expand Down

0 comments on commit d012cbc

Please sign in to comment.