Skip to content

Commit

Permalink
Excluded inclusion of execinfo.h on Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimitri Rusin committed Jan 3, 2024
1 parent 37f3802 commit bbc5d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/ioh/common/factory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <algorithm>
#include <cassert>
#include <cstdlib>
#include <execinfo.h>
#include <functional>
#include <iostream>
#include <map>
Expand All @@ -16,6 +15,7 @@

#if defined(__GNUC__) || defined(__GNUG__)
#include <cxxabi.h>
#include <execinfo.h>
#endif

#include "container_utils.hpp"
Expand Down

0 comments on commit bbc5d78

Please sign in to comment.