Skip to content

Commit

Permalink
ifdef for cxxabi.h in state
Browse files Browse the repository at this point in the history
  • Loading branch information
mgonzs13 committed Nov 3, 2024
1 parent 6c97cb6 commit 5bef0e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion yasmin/include/yasmin/state.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
#include <string>
#include <vector>

#include <cxxabi.h>
#ifdef __GNUG__ // if using GCC/G++
#include <cxxabi.h> // for abi::__cxa_demangle
#endif

#include "yasmin/blackboard/blackboard.hpp"
#include "yasmin/logs.hpp"
Expand Down

0 comments on commit 5bef0e9

Please sign in to comment.