Skip to content

Commit

Permalink
[ci] Proper include for concurrentqueue
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 9, 2023
1 parent 0276ac5 commit 0f43595
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/ossia/dataflow/execution/direct_policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
#include <ossia/dataflow/execution/execution_policy.hpp>
#include <ossia/network/base/bundle.hpp>

#include <concurrentqueue/blockingconcurrentqueue.h>

#include <readerwritercircularbuffer.h>
#include <blockingconcurrentqueue.h>

#include <thread>

Expand Down
2 changes: 1 addition & 1 deletion src/ossia/dataflow/execution/merged_policy.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
#include <ossia/dataflow/execution/execution_policy.hpp>

#include <concurrentqueue/blockingconcurrentqueue.h>
#include <blockingconcurrentqueue.h>
namespace ossia
{
struct merged_execution_state_policy : local_state_execution_policy
Expand Down

0 comments on commit 0f43595

Please sign in to comment.