Add missing header, silence warning. Should fix #292.

This commit is contained in:
Hisham Muhammad 2015-11-02 10:46:04 -05:00
parent 3cfbcb72c8
commit a7fcbba75a
2 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@ in the source distribution for its full text.
/*{
#include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h"
#include "BatteryMeter.h"
#include "DarwinProcess.h"
@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) {
}
void Platform_setSwapValues(Meter* this) {
(void) this;
}

View File

@ -11,6 +11,8 @@ in the source distribution for its full text.
*/
#include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h"
#include "BatteryMeter.h"
#include "DarwinProcess.h"