chore(library/type_inference): fix style

This commit is contained in:
Leonardo de Moura 2015-10-27 15:56:46 -07:00
parent 54c5d2ca99
commit 410c9aef79
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Author: Leonardo de Moura Author: Leonardo de Moura
*/ */
#include <algorithm>
#include "util/interrupt.h" #include "util/interrupt.h"
#include "kernel/instantiate.h" #include "kernel/instantiate.h"
#include "kernel/abstract.h" #include "kernel/abstract.h"

View file

@ -6,6 +6,7 @@ Author: Leonardo de Moura
*/ */
#pragma once #pragma once
#include <memory> #include <memory>
#include <vector>
#include "kernel/environment.h" #include "kernel/environment.h"
#include "library/projection.h" #include "library/projection.h"