From fbfbad5a2f4a449e6ebccff532bdf3558e10449e Mon Sep 17 00:00:00 2001 From: cxl Date: Mon, 17 Jun 2019 09:52:13 +0000 Subject: [PATCH] .upptst git-svn-id: svn://ultimatepp.org/upp/trunk@13403 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- upptst/FileSelLazyIcon/FileSelLazyIcon.upp | 3 ++- upptst/FileSelLazyIcon/main.cpp | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/upptst/FileSelLazyIcon/FileSelLazyIcon.upp b/upptst/FileSelLazyIcon/FileSelLazyIcon.upp index a456850d0..5c4eea115 100644 --- a/upptst/FileSelLazyIcon/FileSelLazyIcon.upp +++ b/upptst/FileSelLazyIcon/FileSelLazyIcon.upp @@ -1,5 +1,6 @@ uses - CtrlLib; + CtrlLib, + plugin/jpg; file main.cpp; diff --git a/upptst/FileSelLazyIcon/main.cpp b/upptst/FileSelLazyIcon/main.cpp index 0028d484b..e690e8a5a 100644 --- a/upptst/FileSelLazyIcon/main.cpp +++ b/upptst/FileSelLazyIcon/main.cpp @@ -1,4 +1,5 @@ #include +#include using namespace Upp;