Skip to content

Commit

Permalink
Fixing Linux compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal Srinivasa authored and Gopal Srinivasa committed Nov 4, 2024
1 parent d9eaf13 commit 149cd40
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/in_mem_filter_store.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
#pragma once

#include <vector>
#include <sstream>
#include <memory>
#include "logger.h"
#include "ann_exception.h"
#include "abstract_filter_store.h"
#include "tsl/robin_map.h"
#include "tsl/robin_set.h"
#include "windows_customizations.h"
#include <vector>


namespace diskann {
template <typename LabelT>
Expand Down
1 change: 1 addition & 0 deletions include/index_config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <memory>
#include "ann_exception.h"
#include "common_includes.h"
#include "logger.h"
Expand Down

0 comments on commit 149cd40

Please sign in to comment.