fix includes
base/statistics.hh: need to use explicit path for #includes --HG-- extra : convert_revision : da51315ee283746636957f5f506d7715ed52764d
This commit is contained in:
parent
dfd15ec34a
commit
6770411543
1 changed files with 4 additions and 3 deletions
|
@ -53,9 +53,10 @@
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
|
||||||
#include "host.hh"
|
#include "base/refcnt.hh"
|
||||||
#include "refcnt.hh"
|
#include "base/str.hh"
|
||||||
#include "str.hh"
|
|
||||||
|
#include "sim/host.hh"
|
||||||
|
|
||||||
#ifndef NAN
|
#ifndef NAN
|
||||||
float __nan();
|
float __nan();
|
||||||
|
|
Loading…
Reference in a new issue