diff --git a/include/dspatch/Circuit.h b/include/dspatch/Circuit.h index 98ae8ee5..684a954e 100644 --- a/include/dspatch/Circuit.h +++ b/include/dspatch/Circuit.h @@ -38,8 +38,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include #include -#include #include +#include namespace DSPatch { @@ -438,7 +438,7 @@ class Circuit final AutoTickThread _autoTickThread; - std::set _componentsSet; + std::unordered_set _componentsSet; std::vector _components; std::vector _componentsParallel;