I have to include a header over my title like: 2016 IEEE 24th International Requirements Engineering Conference
I have got the IEEEtran V1.8 but can't figure out which usepackages I have to install for this header. Here is an example: 
\documentclass[conference]{IEEEtran}
\hyphenation{op-tical net-works semi-conduc-tor}
%\usepackage{fancyhdr}
%################DOCUMENT STARTS HERE######################
\begin{document}
%\fancyhdr[C]{2016 IEEE 24th International Requirements Engineering Conference} %zentrierte Kopfzeile
\title{My Paper Title}
% author names and affiliations
% use a multiple column layout for up to three different
% affiliations
\author{\IEEEauthorblockN{M.Sc. John Dow}
\IEEEauthorblockA{Department of Economic Computer Science\Economic Computer Science\
University of California\
xxx\
Email: xxxyyy@university.com}}
% use for special paper notices
%\IEEEspecialpapernotice{(Invited Paper)}
% make the title area
\maketitle %RE 2016, Lisbon, Portugal \ Research Paper
\begin{abstract}
Authoritatively matrix fully tested channels with market-driven portals. Energistically synthesize leading-edge data whereas distributed sources. Efficiently incentivize accurate resources and customized ROI.
Continually procrastinate pandemic total linkage before bricks-and-clicks e-markets. Distinctively deploy cross-platform solutions for market-driven innovation. Appropriately iterate prospective solutions via competitive data. Text \cite{rupp2014}
\end{abstract}
\IEEEpeerreviewmaketitle
\section{Introduction}
% no \IEEEPARstart
This demo file is intended to serve as a ``starter file''
for IEEE conference papers produced under \LaTeX\ using
IEEEtran.cls version 1.8 and later.
% You must have at least 2 lines in the paragraph with the drop letter
% (should never be an issue)
I wish you the best of success.
\hfill mds
\hfill December 27, 2012
\subsection{Subsection Heading Here}
Subsection text here.
\subsubsection{Subsubsection Heading Here}
Subsubsection text here.
\section{Conclusion}
The conclusion goes here.
\bibliographystyle{IEEEtran}
\bibliography{Dissertation}
\end{document}

\usepackage{fancyhdr}– Ruben Jan 03 '17 at 23:21headeris not clear here! Running page headers? Or just a line above the title of the paper? – Jan 03 '17 at 23:33\pagestyle{empty}oftitlepage– Jan 03 '17 at 23:47.texmanuscript, not the whole class. Without knowing what you actually do in terms of (La)TeX code it's impossible to help you. Btw: If you need to add only one line above your titel you don't needfancyhdr-- which helps you to actual headers. – Ruben Jan 04 '17 at 00:03IEEETranclass always usingtwocolumnmode. I don't know whether such a line above the actual title is useful at all. It might be rejected anyway – Jan 04 '17 at 00:06