Skip to content

Commit a28ace5

Browse files
committed
Fix Windows compilation
1 parent 18fbbb3 commit a28ace5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Source/LookAndFeel.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
#pragma once
88

9+
#include <bit>
910
#include <nanovg.h>
1011
#include "Utility/Config.h"
1112
#include "Utility/Fonts.h"

Source/Utility/NVGGraphicsContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
//
44

55
#include "NVGGraphicsContext.h"
6+
#include <bit>
67
#include <BinaryData.h>
78

89
#if PERFETTO

0 commit comments

Comments
 (0)