Skip to content

Commit

Permalink
Adding missing stdexcept header
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Lindgren <lindgren_jens@hotmail.com>
  • Loading branch information
JenusL committed Oct 5, 2021
1 parent 749a1bf commit cbc3bec
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 cbc3bec

Please sign in to comment.