Skip to content

Commit cbe49c2

Browse files
committed
Add missing includes for GCC
1 parent 2c61aa9 commit cbe49c2

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-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/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)