style(util): missing includes
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
16cf60a04b
commit
bcd88cac08
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
||||||
Author: Leonardo de Moura
|
Author: Leonardo de Moura
|
||||||
*/
|
*/
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
#include "util/test.h"
|
#include "util/test.h"
|
||||||
#include "util/optional.h"
|
#include "util/optional.h"
|
||||||
using namespace lean;
|
using namespace lean;
|
||||||
|
|
|
@ -5,6 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
||||||
Author: Leonardo de Moura
|
Author: Leonardo de Moura
|
||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#include <utility>
|
||||||
#include "util/debug.h"
|
#include "util/debug.h"
|
||||||
#include "util/rc.h"
|
#include "util/rc.h"
|
||||||
#include "util/optional.h"
|
#include "util/optional.h"
|
||||||
|
|
Loading…
Reference in a new issue