fix(shared/init): shared library initialization
This commit is contained in:
parent
378856fdb9
commit
a4218c4313
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ Author: Leonardo de Moura
|
|||
#include "init/init.h"
|
||||
namespace lean {
|
||||
// automatic initialization for the shared library
|
||||
// initializer g_init;
|
||||
initializer g_init;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue