1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-26 07:28:21 +01:00

Fix build with GCC 13

This commit is contained in:
Peter De Wachter 2023-02-20 21:06:02 +01:00
parent 9d7ddda838
commit 30bd80cb8b

View File

@ -18,6 +18,7 @@
#ifndef TEMPFILE_H
#define TEMPFILE_H
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>