Commit a7fcbba7 authored by Hisham Muhammad's avatar Hisham Muhammad
Browse files

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

Showing with 4 additions and 0 deletions
+4 -0
......@@ -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;
}
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment