include cstdint in vec.hh to fix build (#354)

This commit is contained in:
Random 2023-05-03 18:13:45 -07:00 committed by GitHub
parent 486f848061
commit b49d4879f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#include <initializer_list>
#include <cassert>
#include <cmath>
#include <cstdint>
#include <string>
#include <algorithm>
#include <array>