Skip to content

Commit

Permalink
Fix including tiledbsoma_export.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Oct 25, 2023
1 parent 98b0871 commit a05f6dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-12, windows-2022]
python-version: ['3.10', '3.7']
include:
- runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion libtiledbsoma/src/soma/logger_public.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#ifndef TILEDB_LOGGER_PUBLIC_H
#define TILEDB_LOGGER_PUBLIC_H

#include "tiledbsoma_export.h"
#include "../../tiledbsoma_export.h"

#include <stdexcept> // for windows: error C2039: 'runtime_error': is not a member of 'std'

Expand Down
1 change: 1 addition & 0 deletions libtiledbsoma/src/tiledbsoma/tiledbsoma
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#ifndef __TILEDBSOMA__
#define __TILEDBSOMA__

#include "tiledbsoma_export.h"
#include "utils/arrow_adapter.h"
#include "utils/common.h"
#include "utils/stats.h"
Expand Down

0 comments on commit a05f6dd

Please sign in to comment.