Skip to content

Commit

Permalink
PunctureTracker: include omp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lwJi committed Aug 19, 2024
1 parent d5eb9b8 commit f91bdbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PunctureTracker/src/puncture_tracker.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <cctk_Parameters.h>
#include <util_Table.h>

#include <omp.h>

#include <array>
#include <cassert>
#include <cmath>
Expand Down

0 comments on commit f91bdbd

Please sign in to comment.