Skip to content
Snippets Groups Projects

Resolve "Windows: Linker errors with protobuf-generated code"

Merged Joscha Schmiedt requested to merge 90-windows-linker-errors-with-protobuf-generated-code into dev
2 files
+ 12
12
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -19,7 +19,7 @@
*/
#include "linkahead/transaction.h"
#include "caosdb/entity/v1/main.pb.h" // for EntityTransac...
#include "caosdb/entity/v1/main.grpc.pb.h" // for TransactionRe...
#include "caosdb/entity/v1/main.grpc.pb.h" // for TransactionRe...
#include "linkahead/file_transmission/download_request_handler.h" // Download...
#include "linkahead/file_transmission/file_reader.h" // for path
#include "linkahead/file_transmission/register_file_upload_handler.h" // for RegisterFileUploadHandler
Loading