Oops this breaks windows

This commit is contained in:
goeiecool9999 2022-09-10 03:55:10 +02:00 committed by klaas
parent d5e393485f
commit f201f512af

View File

@ -62,7 +62,6 @@ struct ProcessorTime
}
};
#endif
std::istream& operator>>(std::istream& input, ProcessorTime & times)
{
@ -80,6 +79,7 @@ std::istream& operator>>(std::istream& input, ProcessorTime & times)
input >> times.guest_nice;
return input;
}
#endif
struct OverlayStats
{