Skip to content

Commit

Permalink
add missing headers
Browse files Browse the repository at this point in the history
fixes #52462
  • Loading branch information
basilrabi authored and nyalldawson committed Apr 4, 2023
1 parent c7e37ce commit 973549c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions external/pdal_wrench/tile/ThreadPool.hpp
Expand Up @@ -38,6 +38,7 @@
#include <condition_variable>
#include <functional>
#include <queue>
#include <string>
#include <thread>

//#include "Common.hpp"
Expand Down
1 change: 1 addition & 0 deletions external/untwine/api/QgisUntwine.cpp
@@ -1,3 +1,4 @@
#include <cstdint>
#include <iostream>

#include "QgisUntwine.hpp"
Expand Down
1 change: 1 addition & 0 deletions external/untwine/untwine/VoxelKey.hpp
Expand Up @@ -11,6 +11,7 @@
****************************************************************************/

#include <string>
#include <cstdint>
#include <algorithm>

#pragma once
Expand Down

0 comments on commit 973549c

Please sign in to comment.