Minor buildfix/cleanup

This commit is contained in:
Henrik Rydgård 2023-04-09 22:47:34 +02:00
parent 7f60acf898
commit d26700820c
2 changed files with 2 additions and 1 deletions

View file

@ -3,7 +3,7 @@
#include <string>
#include <vector>
#include <functional>
#include <stdint.h>
#include <cstdint>
// Platform integration

View file

@ -18,6 +18,7 @@
#include <cmath>
#include <set>
#include <cstdint>
#include <algorithm>
#include "Common/GPU/thin3d.h"