add missing includes

This commit is contained in:
Arne Morten Kvarving 2021-06-25 09:25:53 +02:00
parent dc57ad192f
commit c6a6b42a4e
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#define SIM_COUPLED_SI_H_
#include "IFEM.h"
#include "Function.h"
#include "MatVec.h"
#include "SIMCoupled.h"
#include "SIMenums.h"

View File

@ -17,6 +17,7 @@
#include "Interface.h"
#include <map>
#include <set>
#include <string>
#include <vector>
#include <cstddef>