diff options
Diffstat (limited to 'src/hardware_cpu.cpp')
-rw-r--r-- | src/hardware_cpu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/hardware_cpu.cpp b/src/hardware_cpu.cpp index e87de1a..5bf25ac 100644 --- a/src/hardware_cpu.cpp +++ b/src/hardware_cpu.cpp @@ -28,6 +28,10 @@ * \date 2006 */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + // include own header #include "hardware_cpu.h" #include "hardware_cpu.moc" |