Skip to content

Commit

Permalink
fix compilation error on release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave committed Mar 16, 2021
1 parent 5027f83 commit 18fb2b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/obj2voxel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
#include "voxelio/stringify.hpp"

#include <atomic>
#include <thread>

#ifdef VXIO_DEBUG
#include <ostream> // we only use this to stringify std::thread::id in a debug log message
#endif
#include <thread>

namespace obj2voxel {
namespace {
Expand Down

0 comments on commit 18fb2b8

Please sign in to comment.