Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.webapp/basic/view.jsp')
-rw-r--r--org.eclipse.help.webapp/basic/view.jsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.eclipse.help.webapp/basic/view.jsp b/org.eclipse.help.webapp/basic/view.jsp
index 82b1639d8..d7f5fcf74 100644
--- a/org.eclipse.help.webapp/basic/view.jsp
+++ b/org.eclipse.help.webapp/basic/view.jsp
@@ -9,6 +9,7 @@
IBM Corporation - initial API and implementation
--%>
<%@ include file="header.jsp"%>
+<%@ page import="org.eclipse.help.internal.webapp.data.*"%>
<%
LayoutData data = new LayoutData(application,request);

Back to the top