Skip to content

Commit

Permalink
Add missing include directive.
Browse files Browse the repository at this point in the history
  • Loading branch information
daormar committed Mar 28, 2018
1 parent fad39fc commit 018f282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stack_dec/DictFeat.h
Expand Up @@ -39,6 +39,7 @@ along with this program; If not, see <http://www.gnu.org/licenses/>.
#include "ErrorDefs.h"
#include <stdexcept>
#include <map>
#include <stdlib.h>

//--------------- Constants ------------------------------------------

Expand Down
1 change: 1 addition & 0 deletions src/stack_dec/LevelDbDictFeat.h
Expand Up @@ -39,6 +39,7 @@ along with this program; If not, see <http://www.gnu.org/licenses/>.
#include "ErrorDefs.h"
#include <stdexcept>
#include <map>
#include <stdlib.h>

//--------------- Constants ------------------------------------------

Expand Down

0 comments on commit 018f282

Please sign in to comment.