VM: fix silly compile error

db4
Björn Lindqvist 2015-08-04 14:52:35 +02:00
parent 4b8b617ea4
commit 22bd11c4a4
1 changed files with 1 additions and 1 deletions

View File

@ -94,11 +94,11 @@ namespace factor { struct factor_vm; }
#include "primitives.hpp"
#include "segments.hpp"
#include "gc_info.hpp"
#include "errors.hpp"
#include "contexts.hpp"
#include "run.hpp"
#include "objects.hpp"
#include "sampling_profiler.hpp"
#include "errors.hpp"
#include "bignumint.hpp"
#include "bignum.hpp"
#include "booleans.hpp"