Skip to content

Commit

Permalink
Adding missing stdexcept header (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Lindgren <lindgren_jens@hotmail.com>
  • Loading branch information
JenusL authored and cary-ilm committed Jan 20, 2022
1 parent c9ddcfd commit 4e1ad7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/PyImath/PyImathStringTable.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
// clang-format off

#include <limits>
#include <stdexcept>
#include "PyImathExport.h"
#include "PyImathStringTable.h"

Expand Down

0 comments on commit 4e1ad7e

Please sign in to comment.