diff options
Diffstat (limited to 'src/ann.c')
-rw-r--r-- | src/ann.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ #include "ann.h" +#include "ann_som.c" +#include "ann_mlp.c" +#include "ann_td.c" + typedef struct ann { t_object t_ob; |