Skip to content

Commit

Permalink
Wrong header
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Aug 8, 2024
1 parent b8dbd47 commit bf13f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/dsl/word/Pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#ifndef NUCLEAR_DSL_WORD_POOL_HPP
#define NUCLEAR_DSL_WORD_POOL_HPP

#include <condition_variable>
#include <map>
#include <mutex>
#include <typeindex>
Expand Down
1 change: 1 addition & 0 deletions src/threading/scheduler/Pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#ifndef NUCLEAR_THREADING_SCHEDULER_POOL_HPP
#define NUCLEAR_THREADING_SCHEDULER_POOL_HPP

#include <condition_variable>
#include <map>
#include <memory>
#include <mutex>
Expand Down

0 comments on commit bf13f41

Please sign in to comment.