Skip to content

Commit

Permalink
fix CoreWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Apr 21, 2024
1 parent 508adf3 commit 65e0a74
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions app/src/main/cpp/CoreWrapper.cpp
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#include "CoreWrapper.h"
#include <string>
#include <optional>

#include <odr/document.hpp>
#include <odr/document_cursor.hpp>
#include <odr/document_element.hpp>
#include <odr/file.hpp>
#include <odr/html.hpp>
#include <odr/open_document_reader.hpp>
#include <odr/exceptions.hpp>

#include <android/log.h>

#include <string>
#include <optional>

std::optional<odr::Html> html;

JNIEXPORT jobject JNICALL
Expand Down

0 comments on commit 65e0a74

Please sign in to comment.