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).

Pull Request resolved: #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 a4fb5e8 commit 520329f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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 520329f

Please sign in to comment.