From: Warren Young Date: July 24 2008 7:35am Subject: Re: "mysqlpp::Connection: incomplete type"? List-Archive: http://lists.mysql.com/plusplus/7798 Message-Id: MIME-Version: 1.0 (Apple Message framework v928.1) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit On Jul 23, 2008, at 6:26 AM, Alex wrote: > I did #include "query.h" which should be enough, no? There are only two MySQL++ headers intended for direct use by end-user programs: mysql++.h, and for those programs that also need SSQLS support, ssqls.h. mysql++.h includes everything but ssqls.h, including query.h and connection.h. Study the examples more closely. They only use these two headers.