Skip to content

Commit be68010

Browse files
AMDmi3abau
authored andcommitted
Include <cstdlib> for std::abort
1 parent d05fc45 commit be68010

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/util.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#ifndef DILAY_UTIL
66
#define DILAY_UTIL
77

8+
#include <cstdlib>
89
#include <glm/fwd.hpp>
910
#include <iosfwd>
1011
#include <limits>

0 commit comments

Comments
 (0)