Skip to content

Commit

Permalink
add missing include to FileParserFactory (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
llecaque authored and mrook committed Oct 8, 2016
1 parent ccdea28 commit 1455766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/phing/Phing.php
Expand Up @@ -42,6 +42,7 @@
include_once 'phing/system/io/OutputStream.php';
include_once 'phing/system/io/PrintStream.php';
include_once 'phing/system/io/FileOutputStream.php';
include_once 'phing/system/io/FileParserFactory.php';
include_once 'phing/system/io/FileReader.php';
include_once 'phing/system/util/Register.php';

Expand Down

0 comments on commit 1455766

Please sign in to comment.