mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
flip.cpp: add cstdint include to make gcc happy
This commit is contained in:
parent
35bb9b88c0
commit
85918d59e4
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <cassert>
|
||||
#include <cstdint>
|
||||
|
||||
namespace flip_detail {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue