Skip to content

Commit

Permalink
Add missing include for SpartaWorkQueueTest.cpp (#21)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
nhusung authored and facebook-github-bot committed Nov 9, 2022
1 parent fa82974 commit c71ec37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sparta/test/SpartaWorkQueueTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "SpartaWorkQueue.h"

#include <array>
#include <atomic>
#include <chrono>
#include <gtest/gtest.h>
Expand Down

0 comments on commit c71ec37

Please sign in to comment.