Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
add missing include in DB2
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
src/providers/db2/CMakeLists.txt
|
@@ -39,6 +39,7 @@ INCLUDE_DIRECTORIES( |
|
|
INCLUDE_DIRECTORIES(SYSTEM |
|
|
${GEOS_INCLUDE_DIR} |
|
|
${QT_INCLUDE_DIR} |
|
|
${QSCINTILLA_INCLUDE_DIR} |
|
|
) |
|
|
|
|
|
ADD_LIBRARY (db2provider MODULE ${DB2_SRCS} ${DB2_HDRS} ${DB2_MOC_SRCS}) |
|
|