X-Git-Url: http://developer.intra2net.com/git/?p=libftdi;a=blobdiff_plain;f=ftdipp%2Fftdi.cpp;h=0382fa4d161009f1190a328ddeb723f1d79146be;hp=95f62a0c88ed3ac6ad62d410e78838e706aecf3c;hb=fec556672a91df346f79ab3727b556ace25dff0d;hpb=7c21beca63e7d4b07d7ebff25428ca4cfdbc8ec5 diff --git a/ftdipp/ftdi.cpp b/ftdipp/ftdi.cpp index 95f62a0..0382fa4 100644 --- a/ftdipp/ftdi.cpp +++ b/ftdipp/ftdi.cpp @@ -2,11 +2,11 @@ ftdi.cpp - C++ wraper for libftdi ------------------- begin : Mon Oct 13 2008 - copyright : (C) 2008 by Marek Vavruša + copyright : (C) 2008-2013 by Marek Vavruša / libftdi developers email : opensource@intra2net.com and marek@vavrusa.com ***************************************************************************/ /* -Copyright (C) 2008 by Marek Vavruša +Copyright (C) 2008-2013 by Marek Vavruša / libftdi developers The software in this package is distributed under the GNU General Public License version 2 (with a special exception described below). @@ -26,6 +26,7 @@ in accordance with section (3) of the GNU General Public License. This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License. */ +#include #include "ftdi.hpp" #include "ftdi_i.h" #include "ftdi.h"