We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9176bdf commit 2c25aeeCopy full SHA for 2c25aee
Jamfile
@@ -119,7 +119,8 @@ local sourceFiles =
119
TextView.cpp
120
Menu.cpp
121
MenuItem.cpp
122
- MenuField.cpp ;
+ MenuField.cpp
123
+ GridLayout.cpp ;
124
125
# The shared library Be.so can be built from the sourceFiles
126
SharedLibrary Be.so : $(sourceFiles) ;
bindings/interface/GridLayout.cpp
@@ -5,6 +5,7 @@
5
6
#include <interface/GridLayout.h>
7
#include <TwoDimensionalLayout.h>
8
+#include <View.h>
9
10
namespace py = pybind11;
11
0 commit comments