Mercurial > hg > aimc
comparison trunk/src/Modules/Output/FileOutputHTK.cc @ 293:aeac9e2151c6
-Added necessary header files for linux build
-Temporarily commented out the test target in order to prevent loads of warnings from SCons.
author | tomwalters |
---|---|
date | Mon, 22 Feb 2010 18:10:55 +0000 |
parents | 10d0803e37ec |
children | 30dde71d0230 |
comparison
equal
deleted
inserted
replaced
292:10d0803e37ec | 293:aeac9e2151c6 |
---|---|
30 # include <direct.h> // for _mkdir&_rmdir | 30 # include <direct.h> // for _mkdir&_rmdir |
31 #else | 31 #else |
32 # include <sys/types.h> | 32 # include <sys/types.h> |
33 # include <dirent.h> // for opendir&friends | 33 # include <dirent.h> // for opendir&friends |
34 #endif | 34 #endif |
35 | |
36 #include <stdint.h> | |
35 #include <stdio.h> | 37 #include <stdio.h> |
36 #include <string.h> | 38 #include <string.h> |
37 #include <cmath> | 39 #include <cmath> |
38 | 40 |
39 #include "Modules/Output/FileOutputHTK.h" | 41 #include "Modules/Output/FileOutputHTK.h" |