Skip to content

Commit bd831b2

Browse files
committed
EMERG fix missing package that was omitted in error
1 parent b8443a1 commit bd831b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\def\P@warning{\ClassWarning{programming}}
99
\def\P@warning@noline{\ClassWarningNoLine{programming}}
1010

11-
\RequirePackage{etoolbox}
11+
\RequirePackage{etoolbox,xstring}
1212
\RequirePackage{scrbase}[2014/10/28]
1313
\@ifpackagelater{scrbase}{2014/10/28}{}{%
1414
\P@error{KOMA-Script too old}{Please upgrade to at least TeXLive 2015 or similar, or upgrade your MiKTeX 2.9 packages.}}

0 commit comments

Comments
 (0)