Skip to content

Commit

Permalink
fix compiler errors about undefined assert() function/macro.
Browse files Browse the repository at this point in the history
  • Loading branch information
GerHobbelt committed May 23, 2024
1 parent 9084d30 commit e54e953
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/examples/Box.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include <Imath/ImathBox.h>
#include <cassert>

void
box_example ()
Expand Down

0 comments on commit e54e953

Please sign in to comment.