add missing include

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1324101
This commit is contained in:
Volker Lanz 2012-11-05 10:34:53 +00:00
parent 9b33918f08
commit aacd3412f5
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (C) 2008 by Volker Lanz <vl@fidra.de> *
* Copyright (C) 2008,2012 by Volker Lanz <vl@fidra.de> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
@ -30,6 +30,8 @@
#include "jobs/resizefilesystemjob.h"
#include "jobs/movefilesystemjob.h"
#include "fs/filesystem.h"
#include "util/capacity.h"
#include "util/report.h"