Use ifstream to reaad /proc/meminfo

This commit is contained in:
Robinhuett
2018-11-09 16:24:13 +01:00
parent 6b62079d8a
commit 9ea0815dea
2 changed files with 45 additions and 17 deletions

View File

@ -1,7 +1,7 @@
#pragma once
#include <fmt/format.h>
#include <stdio.h>
#include <fstream>
#include "util/chrono.hpp"
#include "ALabel.hpp"