Skip to content

Commit

Permalink
Core: fix missing stdexcept in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas955 committed Mar 13, 2021
1 parent bc28243 commit 25c7644
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/configurator/extensions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
*/

#include <algorithm>
#include <stdexcept>
#include "extensions.hpp"

extern "C" {
Expand Down

0 comments on commit 25c7644

Please sign in to comment.