Skip to content

Commit

Permalink
Merge pull request #1416 from MetabolomicsAustralia-Bioinformatics/de…
Browse files Browse the repository at this point in the history
…velop

Fix: misplaced string header causes failure during compilation issue #1415
  • Loading branch information
shubhra-agrawal authored Jul 11, 2022
2 parents 8277b82 + e41da8f commit 3c07a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 3rdparty/ErrorHandling/errorcodes.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "errorcodes.h"
#include <string>


const ErrorMsg* ErrorMsg::errMsg = nullptr;

Expand Down
1 change: 1 addition & 0 deletions 3rdparty/ErrorHandling/errorcodes.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef ERRORCODES_H
#define ERRORCODES_H

#include <string>
#include <map>

//singleton
Expand Down

0 comments on commit 3c07a9f

Please sign in to comment.