Fix FreeBSD build: add <cmath> include

Unlike on Linux it is not pulled in by the other headers
wilder-pre-rebase
Alex Richardson 11 years ago
parent e97e24468c
commit 3dcd040f38
  1. 2
      kdecoration/breezedecoration.cpp

@ -46,6 +46,8 @@
#include <QX11Info>
#endif
#include <cmath>
K_PLUGIN_FACTORY_WITH_JSON(
BreezeDecoFactory,
"breeze.json",

Loading…
Cancel
Save