changeset 220:82510454e772

Merge
author David Demelier <markand@malikania.fr>
date Thu, 08 May 2014 22:56:12 +0200
parents 8fc177bbc4a6 (current diff) 1aceace80f61 (diff)
children 6a664378c5c4
files C++/DriverPostgres.cpp
diffstat 3 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/C++/Driver.cpp	Thu May 08 22:55:48 2014 +0200
+++ b/C++/Driver.cpp	Thu May 08 22:56:12 2014 +0200
@@ -16,6 +16,7 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
+#include <stdexcept>
 #include <sstream>
 
 #include "Driver.h"
--- a/C++/Driver.h	Thu May 08 22:55:48 2014 +0200
+++ b/C++/Driver.h	Thu May 08 22:56:12 2014 +0200
@@ -526,5 +526,4 @@
 	}
 };
 
-
 #endif // !_DRIVER_H_
--- a/C++/DriverPostgres.cpp	Thu May 08 22:55:48 2014 +0200
+++ b/C++/DriverPostgres.cpp	Thu May 08 22:56:12 2014 +0200
@@ -17,7 +17,9 @@
  */
 
 #include <cerrno>
+#include <cstring>
 #include <iostream>
+#include <stdexcept>
 #include <sstream>
 #include <vector>