From a4576f55099602f05d06cf1fab1b8d6448ffc26a Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Mon, 16 Oct 2017 18:21:02 +0300 Subject: [PATCH] [STOBJECT] Fix build on linux --- dll/shellext/stobject/power.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dll/shellext/stobject/power.cpp b/dll/shellext/stobject/power.cpp index 5853b2bdbf3..a25de28cfbe 100644 --- a/dll/shellext/stobject/power.cpp +++ b/dll/shellext/stobject/power.cpp @@ -8,10 +8,10 @@ * David Quintana */ -#include -#include +#include +#include #include -#include +#include #include "precomp.h" #include "powrprof.h" -- 2.17.1