Skip to content

Commit c71ec37

Browse files
nhusungfacebook-github-bot
authored andcommitted
Add missing include for SpartaWorkQueueTest.cpp (#21)
Summary: SpartaWorkQueueTest.cpp only compiles with `#include <array>` using clang (macOS). X-link: facebook/SPARTA#21 Reviewed By: yuxuanchen1997 Differential Revision: D41150935 Pulled By: arnaudvenet fbshipit-source-id: cbbf1a71546fdc85b2090de980e394b6bbfa0ba0
1 parent fa82974 commit c71ec37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparta/test/SpartaWorkQueueTest.cpp

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

88
#include "SpartaWorkQueue.h"
99

10+
#include <array>
1011
#include <atomic>
1112
#include <chrono>
1213
#include <gtest/gtest.h>

0 commit comments

Comments
 (0)