Skip to content

Commit df8f647

Browse files
pcaspersjenkins
authored andcommitted
QPR-11568 add call to init functions
1 parent abc885e commit df8f647

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

App/ore.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
#include <iostream>
2828

2929
#include <orea/app/oreapp.hpp>
30+
#include <orea/app/initbuilders.hpp>
3031

3132
#ifdef BOOST_MSVC
3233
#include <orea/auto_link.hpp>
@@ -66,6 +67,8 @@ int main(int argc, char** argv) {
6667
return -1;
6768
}
6869

70+
ore::analytics::initBuilders();
71+
6972
string inputFile(argv[1]);
7073

7174
boost::shared_ptr<Parameters> params = boost::make_shared<Parameters>();

0 commit comments

Comments
 (0)