summaryrefslogtreecommitdiff
path: root/aa.h
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-04-15 12:33:46 +0800
committerKeuin <[email protected]>2022-04-15 12:33:46 +0800
commit6f18fbb4f14585376e6a57733b45df35c21eab4f (patch)
treeaa0e0ebbf0bd8f4cd8ccba75e48080eb40f05e40 /aa.h
parent5879ee3f33d07e93b1cc475035c3aa9c8577eeb7 (diff)
Fix indirect inclusion.
Diffstat (limited to 'aa.h')
-rw-r--r--aa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/aa.h b/aa.h
index 2c4c4e4..7e6e722 100644
--- a/aa.h
+++ b/aa.h
@@ -7,9 +7,11 @@
#include "vec.h"
#include "viewport.h"
+#include "hitlist.h"
#include <vector>
#include <thread>
#include <algorithm>
+#include <random>
// Antialiasing viewport
template<typename T>