Skip to content

Commit

Permalink
missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
fearn-e committed Sep 3, 2024
1 parent b1dbf33 commit d8833a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Analyser/GenAnalysis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN

#include "./GenAnalysis.h"
#include <ofLog.h>
#include <ofUtils.h>

#if __has_include(<omp.h>)
#include <omp.h>
Expand Down Expand Up @@ -302,4 +303,4 @@ void Analyser::GenAnalysis::Push7Stats ( fluid::RealVector& stats, std::vector<s
fileData[index].push_back ( stats[statsIndex] );
}
}
}
}

0 comments on commit d8833a0

Please sign in to comment.