Skip to content

Commit 348ed15

Browse files
committedDec 22, 2021
(#91) Fixed include
1 parent 1936725 commit 348ed15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/startup.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#include "os.h"
2+
#include <iostream>
23

34
#if defined(IS_MACOSX)
45

5-
#include <iostream>
66
#include <ApplicationServices/ApplicationServices.h>
77

88
static void startupCheck(void) __attribute__((constructor));

0 commit comments

Comments
 (0)