Skip to content

Commit

Permalink
Merge pull request fmihpc#542 from henry2004y/dev
Browse files Browse the repository at this point in the history
Include the string lib
  • Loading branch information
ursg authored Mar 2, 2021
2 parents a084390 + 8156253 commit 6e60690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions item_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#define ITEM_STORAGE_H

#include <map>
#include <string>

#include "definitions.h"

Expand Down
1 change: 1 addition & 0 deletions mesh_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
#define MESH_DATA_H

#include <cstdlib>
#include <string>

namespace mesh {

Expand Down

0 comments on commit 6e60690

Please sign in to comment.