Skip to content

Commit

Permalink
add include of <string>
Browse files Browse the repository at this point in the history
  • Loading branch information
ManifoldFR committed Oct 10, 2024
1 parent 564d488 commit fa741fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/aligator/utils/exceptions.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#pragma once

#include <stdexcept>
#include <string>
#include <fmt/base.h>

#define ALIGATOR_RUNTIME_ERROR(...) \
Expand Down

0 comments on commit fa741fd

Please sign in to comment.