Skip to content

Commit

Permalink
Add <cstdint> and <array> includes to header files;
Browse files Browse the repository at this point in the history
  • Loading branch information
micahpearlman committed Dec 12, 2024
1 parent afc9dad commit 8fb5de3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions src/glu-tessellator/gluTessellator.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include <list>
#include <functional>
#include <array>
#include <cstdint>
namespace MonkVG {
class GLUTessellator : public ITessellator {
public:
Expand Down
1 change: 1 addition & 0 deletions src/mkTessellator.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <MonkVG/openvg.h>
#include "mkTypes.h"
#include <vector>
#include <cstdint>
namespace MonkVG {
class IPath;
class IContext;
Expand Down
1 change: 1 addition & 0 deletions src/mkTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define __MK_TYPES_H__

#include <algorithm>
#include <array>
#include <MonkVG/openvg.h>

namespace MonkVG {
Expand Down
2 changes: 1 addition & 1 deletion src/vulkan/shaders/color.frag.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{0x07230203,0x00010000,0x000d000a,0x0000000d,
{0x07230203,0x00010000,0x000d000b,0x0000000d,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
Expand Down
2 changes: 1 addition & 1 deletion src/vulkan/shaders/color.vert.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{0x07230203,0x00010000,0x000d000a,0x0000002c,
{0x07230203,0x00010000,0x000d000b,0x0000002c,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
Expand Down
2 changes: 1 addition & 1 deletion src/vulkan/shaders/texture.frag.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{0x07230203,0x00010000,0x000d000a,0x00000014,
{0x07230203,0x00010000,0x000d000b,0x00000014,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
Expand Down
2 changes: 1 addition & 1 deletion src/vulkan/shaders/texture.vert.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{0x07230203,0x00010000,0x000d000a,0x0000002b,
{0x07230203,0x00010000,0x000d000b,0x0000002b,
0x00000000,0x00020011,0x00000001,0x0006000b,
0x00000001,0x4c534c47,0x6474732e,0x3035342e,
0x00000000,0x0003000e,0x00000000,0x00000001,
Expand Down
2 changes: 1 addition & 1 deletion thirdparty/vma
Submodule vma updated 1 files
+4 −7 include/vk_mem_alloc.h

0 comments on commit 8fb5de3

Please sign in to comment.