+ add missing header cstdint.hpp
This commit is contained in:
parent
87add8220f
commit
66120740cf
1 changed files with 4 additions and 0 deletions
|
@ -24,8 +24,12 @@
|
|||
#ifndef _OCTREE_HPP_
|
||||
#define _OCTREE_HPP_
|
||||
|
||||
// boost
|
||||
#include <boost/cstdint.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/utility.hpp>
|
||||
|
||||
// stl
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <deque>
|
||||
|
|
Loading…
Reference in a new issue