chore(library/user_recursors): fix style

This commit is contained in:
Leonardo de Moura 2015-05-12 15:12:32 -07:00
parent f403ea984b
commit 99084dce1c

View file

@ -4,6 +4,8 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura
*/
#include <algorithm>
#include <string>
#include "util/sstream.h"
#include "kernel/inductive/inductive.h"
#include "library/scoped_ext.h"