summaryrefslogtreecommitdiff
path: root/graphics/asymptote/cudareflect/common.h
blob: 9758e7ac401887058b51a62bb1620e9ecf20e7d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#pragma once

#include <iostream>
#include <iomanip>
#include <vector>
#include <memory>
#include <array>
#include <cstring>
#include <cmath>
#include <functional>
#include <sstream>

#define TINYEXR_USE_THREAD 1
#include "tinyexr/tinyexr.h"