You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AQuery/server/pch.hpp

21 lines
370 B

#ifndef __AQ_PCH_H__
#define __AQ_PCH_H__
#include "libaquery.h"
#include "aggregations.h"
#include <iostream>
#include <chrono>
#include "monetdb_conn.h"
#include "threading.h"
#include "../csv.h"
#include "table_ext_monetdb.hpp"
#ifdef _WIN32
#include "winhelper.h"
2 years ago
#undef max
#undef min
#else
#include <dlfcn.h>
#include <fcntl.h>
#include <sys/mman.h>
#endif
2 years ago
#endif