Skip to content

Commit 11b2efe

Browse files
Add extern declaration for g_debug_level
1 parent 7f7e8c1 commit 11b2efe

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/fieldClassifier/src/fieldClassifier.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "plugins/plugin.hpp"
1313
#include <stdexcept>
1414

15+
extern int g_debug_level;
16+
1517
namespace NFieldClassifier {
1618
void FieldClassifier::handleParams(int argc, char** argv, argparse::ArgumentParser& parser)
1719
{

0 commit comments

Comments
 (0)