Skip to content

Commit 25c7644

Browse files
committed
Core: fix missing stdexcept in configuration
1 parent bc28243 commit 25c7644

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/configurator/extensions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
*/
4141

4242
#include <algorithm>
43+
#include <stdexcept>
4344
#include "extensions.hpp"
4445

4546
extern "C" {

0 commit comments

Comments
 (0)