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

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

parent 3cfbcb72
...@@ -21,6 +21,7 @@ in the source distribution for its full text. ...@@ -21,6 +21,7 @@ in the source distribution for its full text.
/*{ /*{
#include "Action.h" #include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h" #include "CPUMeter.h"
#include "BatteryMeter.h" #include "BatteryMeter.h"
#include "DarwinProcess.h" #include "DarwinProcess.h"
...@@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) { ...@@ -226,5 +227,6 @@ void Platform_setMemoryValues(Meter* mtr) {
} }
void Platform_setSwapValues(Meter* this) { void Platform_setSwapValues(Meter* this) {
(void) this;
} }
...@@ -11,6 +11,8 @@ in the source distribution for its full text. ...@@ -11,6 +11,8 @@ in the source distribution for its full text.
*/ */
#include "Action.h" #include "Action.h"
#include "SignalsPanel.h"
#include "CPUMeter.h"
#include "BatteryMeter.h" #include "BatteryMeter.h"
#include "DarwinProcess.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