Browse Source

Fix build with GCC 13

master
Peter De Wachter 3 years ago
parent
commit
30bd80cb8b
  1. 1
      test/tempfile.h

1
test/tempfile.h

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

Loading…
Cancel
Save