Skip to content

Commit 3d362bd

Browse files
committed
Think I found a fix for linker errors on macos builds
1 parent 96e8ed0 commit 3d362bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/core/AssemblerTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <doctest.h>
2+
#include <iostream> // Due to bug with doctest on macOS in release mode: https://github.com/onqtam/doctest/issues/126
23

34
#include "core/Assembler.h"
45
#include "core/Instructions.h"

0 commit comments

Comments
 (0)