Skip to content

Commit a8f5266

Browse files
committed
Fixed macOS M1 compilation.
1 parent 9e38377 commit a8f5266

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/lib/mrvUI/mrvMonitor_macOS.mm

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11

22
#include "mrvUI/mrvMonitor.h"
3-
43
#include <iostream>
54
#include <sstream>
65
#include <string>
6+
#include <vector>
77

88
#import <Foundation/Foundation.h>
99
#import <Cocoa/Cocoa.h>
1010
#import <CoreGraphics/CoreGraphics.h>
1111
#import <IOKit/graphics/IOGraphicsLib.h>
1212
#import <IOKit/IOKitLib.h>
1313

14+
#import <iostream>
15+
#import <string>
16+
#import <sstream>
17+
#import <cstring>
18+
#import <vector>
19+
1420
bool getDisplayNameForDispID(CGDirectDisplayID dispID,
1521
std::string& out)
1622
{

0 commit comments

Comments
 (0)