summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>