Add a missing include

This was causing failure to compile on GCC 13.
This commit is contained in:
Benjamin A. Beasley 2023-01-17 11:33:36 -05:00 committed by Tom Finegan
parent 7ec8a2783f
commit cbbe207ca9

View File

@ -15,6 +15,7 @@
#ifndef DRACO_IO_FILE_UTILS_H_
#define DRACO_IO_FILE_UTILS_H_
#include <cstdint>
#include <string>
#include <vector>