Skip to content

Commit

Permalink
fix dependency (stdexcept.h was not correctly included)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmielBruijntjes committed Nov 7, 2023
1 parent 3820fab commit c2b36b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/throwable.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*
* @author Jasper van Eck <[email protected]>
* @author Emiel Bruijntjes <[email protected]>
* @copyright 2013 - 2019 Copernica BV
* @copyright 2013 - 2023 Copernica BV
*/
#include <exception>
#include <stdexcept>
#include <string>

/**
Expand Down

0 comments on commit c2b36b9

Please sign in to comment.