diff options
author | Determinant <[email protected]> | 2015-06-03 09:42:05 +0800 |
---|---|---|
committer | Determinant <[email protected]> | 2015-06-03 09:42:05 +0800 |
commit | 38962683e518dcbebc0cfa6c0c9c9616b25d5bd1 (patch) | |
tree | f62b9c670960004f00d0cfd860b925f487edcf9f /tnet_io/cwrapper.h | |
parent | 0c6ca6a17f06821cd5d612f489ca6cb68c2c4d5b (diff) |
add TNetReader
Diffstat (limited to 'tnet_io/cwrapper.h')
-rw-r--r-- | tnet_io/cwrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tnet_io/cwrapper.h b/tnet_io/cwrapper.h index 810901b..a34f090 100644 --- a/tnet_io/cwrapper.h +++ b/tnet_io/cwrapper.h @@ -1,6 +1,7 @@ #ifndef NERV_TNET_IO_CWRAPPER #define NERV_TNET_IO_CWRAPPER #include "../../matrix/generic/matrix.h" +#include "../../common.h" #ifdef __cplusplus extern "C" { #endif |