Skip to content

Commit 2c25aee

Browse files
Bind GridLayout
1 parent 9176bdf commit 2c25aee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Jamfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,8 @@ local sourceFiles =
119119
TextView.cpp
120120
Menu.cpp
121121
MenuItem.cpp
122-
MenuField.cpp ;
122+
MenuField.cpp
123+
GridLayout.cpp ;
123124

124125
# The shared library Be.so can be built from the sourceFiles
125126
SharedLibrary Be.so : $(sourceFiles) ;

bindings/interface/GridLayout.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <interface/GridLayout.h>
77
#include <TwoDimensionalLayout.h>
8+
#include <View.h>
89

910
namespace py = pybind11;
1011

0 commit comments

Comments
 (0)