Skip to content

Commit

Permalink
Include stdexcept in FastLibAPI driver (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafmudaf authored Jul 29, 2022
1 parent e24a03a commit 08fffef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glue-codes/openfast/src/FastLibAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include <iostream>
#include <math.h>
#include <cstring>
#include <stdexcept>


FastLibAPI::FastLibAPI(std::string input_file):
Expand Down

0 comments on commit 08fffef

Please sign in to comment.