We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 529f082 commit 87778e9Copy full SHA for 87778e9
src/connection.h
@@ -2,7 +2,7 @@
2
#ifndef SRC_CONNECTION_H_
3
#define SRC_CONNECTION_H_
4
5
-#include <mysql/mysql.h>
+#include <mysql.h>
6
#include <string>
7
#include "./node-db/connection.h"
8
#include "./result.h"
src/result.h
#ifndef SRC_RESULT_H_
#define SRC_RESULT_H_
#include <stdexcept>
#include "./node-db/exception.h"
0 commit comments