Skip to content

Commit 7e707b1

Browse files
Merge pull request #1469 from AnyOldName3/cherry-picked-include-fixes
Cherry picked include fixes
2 parents 4987e38 + 214bab1 commit 7e707b1

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

include/vsg/core/IntrusiveAllocator.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1616

1717
#include <list>
1818
#include <vector>
19+
#include <string>
1920

2021
namespace vsg
2122
{

include/vsg/io/read_line.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1010
1111
</editor-fold> */
1212

13+
#include <cstdint>
1314
#include <istream>
1415

1516
namespace vsg

include/vsg/threading/FrameBlock.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1515
#include <vsg/threading/ActivityStatus.h>
1616
#include <vsg/ui/ApplicationEvent.h>
1717

18+
#include <condition_variable>
19+
1820
namespace vsg
1921
{
2022

include/vsg/utils/CoordinateSpace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212
1313
</editor-fold> */
1414

15+
#include <vsg/core/Export.h>
1516
#include <vsg/maths/color.h>
1617

1718
namespace vsg

include/vsg/vk/Queue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212
1313
</editor-fold> */
1414

15+
#include <vsg/core/Inherit.h>
1516
#include <vsg/core/Object.h>
1617
#include <vsg/vk/vulkan.h>
1718

include/vsg/vk/Slots.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1212
1313
</editor-fold> */
1414

15+
#include <cstdint>
16+
1517
namespace vsg
1618
{
1719

include/vsg/vk/vk_buffer.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
1515
#include <vsg/core/Version.h>
1616

1717
#include <array>
18+
#include <cstdint>
1819
#include <vector>
1920

2021
namespace vsg

0 commit comments

Comments
 (0)