Update interval

This commit is contained in:
Soonho Kong 2013-08-06 19:54:54 -07:00
parent 5efd2fdd6f
commit e953032c22

View file

@ -6,6 +6,7 @@ Author: Leonardo de Moura
*/
#include "interval_def.h"
#include "mpq.h"
#include "double.h"
namespace lean {
template class interval<mpq>;