Skip to content

Commit

Permalink
Merge pull request #15 from SeisSol/include-sstream-in-component
Browse files Browse the repository at this point in the history
Add missing include to Component.h
  • Loading branch information
krenzland committed Sep 1, 2021
2 parents 81baddf + 0055e66 commit 93f9e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/easi/Component.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
#ifndef EASI_COMPONENT_H_
#define EASI_COMPONENT_H_

#include <sstream>
#include "easi/Query.h"
#include "easi/ResultAdapter.h"

Expand Down

0 comments on commit 93f9e15

Please sign in to comment.