Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Move boost hash include into cpp file #176

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions omniscidb/IR/Datum.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
#include <stdexcept>
#include <string>

#include <boost/functional/hash.hpp>

#include "IR/Context.h"
#include "IR/Type.h"
#include "Logger/Logger.h"
Expand Down
2 changes: 0 additions & 2 deletions omniscidb/Shared/sqltypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
#include "StringTransform.h"
#include "funcannotations.h"

#include <boost/functional/hash.hpp>

#include <cassert>
#include <cfloat>
#include <cmath>
Expand Down