chore(src/library/user_recursors): add missing include

This commit is contained in:
Leonardo de Moura 2015-06-28 12:53:48 -07:00
parent 2f75768243
commit 88844f6261

View file

@ -5,7 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#pragma once
#include "kernel/environment.h"
namespace lean {
/** \brief Information for a user defined recursor */
class recursor_info {