Skip to content

Commit

Permalink
featdefs: Add missing include statement
Browse files Browse the repository at this point in the history
It is needed for PicoFeatureLength. This fixes a compiler warning.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed May 26, 2019
1 parent 4bec4a6 commit 3892850
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/classify/featdefs.cpp
Expand Up @@ -18,11 +18,11 @@
Include Files and Type Defines
-----------------------------------------------------------------------------*/
#include "featdefs.h"
#include "emalloc.h"
#include "scanutils.h"

#include <cstring>
#include <cstdio>
#include "emalloc.h"
#include "picofeat.h" // for PicoFeatureLength
#include "scanutils.h"

#define PICO_FEATURE_LENGTH 0.05

Expand Down

0 comments on commit 3892850

Please sign in to comment.