From 20ecfb347450b52956325b5af0c013036003e7ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Thu, 13 Jun 2013 12:38:15 +0000 Subject: [PATCH] work-around with pcsc::shared_ptr::t - again; refs #26 --- src/pcsc.hxx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pcsc.hxx b/src/pcsc.hxx index 154f901..f66c586 100644 --- a/src/pcsc.hxx +++ b/src/pcsc.hxx @@ -73,6 +73,13 @@ } #endif +#include +#include +#include + +#include +#include + #if __cplusplus > 199711L namespace pcsc { template struct shared_ptr { @@ -89,17 +96,10 @@ } #endif -#include -#include -#include - namespace pcsc { std::string version(); } -#include -#include - /*! @defgroup gpcsc C++ Wrapper around pcsc-lite API This library is a C++ wrapper to the awful pcsc-lite interface.