Index: sql/transaction.h |
diff --git a/sql/transaction.h b/sql/transaction.h |
index 5e1a418c0632db859eb5b0a02898cead35843b34..210cb7f73a525d9e7c02c591955ba680b28f9be3 100644 |
--- a/sql/transaction.h |
+++ b/sql/transaction.h |
@@ -7,12 +7,13 @@ |
#pragma once |
#include "base/basictypes.h" |
+#include "sql/sql_export.h" |
namespace sql { |
class Connection; |
-class Transaction { |
+class SQL_EXPORT Transaction { |
public: |
// Creates the scoped transaction object. You MUST call Begin() to begin the |
// transaction. If you have begun a transaction and not committed it, the |