Skip to content

Commit 94e8c2f

Browse files
committed
Add #pragma once to odbc_test_suite.h
To avoid redefinition error
1 parent 52ec56f commit 94e8c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
// specific language governing permissions and limitations
1616
// under the License.
1717

18+
#pragma once
19+
1820
#include "arrow/testing/gtest_util.h"
1921
#include "arrow/util/io_util.h"
2022
#include "arrow/util/utf8.h"

0 commit comments

Comments
 (0)