Added ChoosePixelFormatDialog dialog implementation. It is used
for choosing the session pixel format.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@235 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/rfbplayer/rfbplayer.cxx b/rfbplayer/rfbplayer.cxx
index b2943bd..855e402 100644
--- a/rfbplayer/rfbplayer.cxx
+++ b/rfbplayer/rfbplayer.cxx
@@ -29,6 +29,7 @@
#include <rfbplayer/utils.h>
#include <rfbplayer/resource.h>
#include <rfbplayer/GotoPosDialog.h>
+#include <rfbplayer/ChoosePixelFormatDialog.h>
using namespace rfb;
using namespace rfb::win32;