Skip to content

Commit 46ee710

Browse files
authored
Merge pull request #22 from sl1pkn07/16bit
fix build due missing headers
2 parents adce025 + 18e2ad0 commit 46ee710

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/plane/plane.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define __Common_Plane_H__
33

44
#include "../utils/utils.h"
5+
#include <cstddef>
56

67
namespace Filtering {
78

0 commit comments

Comments
 (0)