Add missing includes into jfs.cc

This commit is contained in:
Mike Fleetwood 2019-11-09 10:15:19 +00:00 committed by Curtis Gedak
parent 4b8d4be789
commit af60f91f7f
1 changed files with 4 additions and 0 deletions

View File

@ -17,8 +17,12 @@
#include "jfs.h"
#include "FileSystem.h"
#include "OperationDetail.h"
#include "Partition.h"
#include "Utils.h"
#include <stdio.h>
#include <glibmm/ustring.h>
#include <glibmm/miscutils.h>
#include <glibmm/shell.h>