Build: other hpp's use utilities.hpp so it must be included earlier

db4
Björn Lindqvist 2014-11-12 08:11:15 +01:00 committed by John Benediktsson
parent bbab41ade4
commit 8489dd9be6
1 changed files with 1 additions and 1 deletions

View File

@ -88,6 +88,7 @@ namespace factor { struct factor_vm; }
#include "assert.hpp"
#include "layouts.hpp"
#include "platform.hpp"
#include "utilities.hpp"
#include "primitives.hpp"
#include "segments.hpp"
#include "gc_info.hpp"
@ -147,6 +148,5 @@ namespace factor { struct factor_vm; }
#include "inline_cache.hpp"
#include "mvm.hpp"
#include "factor.hpp"
#include "utilities.hpp"
#endif /* __FACTOR_MASTER_H__ */