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

@ -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"