File tree 3 files changed +15
-0
lines changed
3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 16
16
// limitations under the License.
17
17
// /////////////////////////////////////////////////////////////////////
18
18
19
+ // Include automatically generated configuration file if running autoconf.
20
+ #ifdef HAVE_CONFIG_H
21
+ #include " config_auto.h"
22
+ #endif
23
+
19
24
#include " lstmrecognizer.h"
20
25
21
26
#include " allheaders.h"
Original file line number Diff line number Diff line change 16
16
// limitations under the License.
17
17
// /////////////////////////////////////////////////////////////////////
18
18
19
+ // Include automatically generated configuration file if running autoconf.
20
+ #ifdef HAVE_CONFIG_H
21
+ #include " config_auto.h"
22
+ #endif
23
+
19
24
#include " lstmtrainer.h"
20
25
#include < string>
21
26
Original file line number Diff line number Diff line change 16
16
// limitations under the License.
17
17
// /////////////////////////////////////////////////////////////////////
18
18
19
+ // Include automatically generated configuration file if running autoconf.
20
+ #ifdef HAVE_CONFIG_H
21
+ #include " config_auto.h"
22
+ #endif
23
+
19
24
#include " network.h"
20
25
21
26
#include < stdlib.h>
You can’t perform that action at this time.
0 commit comments