Skip to content

Commit beb100b

Browse files
committed
fix: gcc errors about missing include
1 parent 2fb86a1 commit beb100b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

include/SortingAlgorithmVisualizer/CommonTypes.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ struct RandomizeTask
2323
};
2424

2525

26-
2726
struct ThreadSharedData
2827
{
2928
struct

include/SortingAlgorithmVisualizer/Containers.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <cstddef>
4+
35

46
template <typename T>
57
class PlotData

0 commit comments

Comments
 (0)