X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=nageru%2Fdisk_space_estimator.cpp;h=5c4c41bc021fa7306b35db7bea6b9b2e3aad8b58;hb=af8007aa958271ba16b15e7d11a891570488f6c9;hp=86e5e877f65aeaad39cd7423cc3c0577ed499a94;hpb=b563b8903fa84bb7fd62d7d0b84b70cb26843dbf;p=nageru diff --git a/nageru/disk_space_estimator.cpp b/nageru/disk_space_estimator.cpp index 86e5e87..5c4c41b 100644 --- a/nageru/disk_space_estimator.cpp +++ b/nageru/disk_space_estimator.cpp @@ -6,7 +6,7 @@ #include #include "metrics.h" -#include "timebase.h" +#include "shared/timebase.h" DiskSpaceEstimator::DiskSpaceEstimator(DiskSpaceEstimator::callback_t callback) : callback(callback)