1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-07-09 15:14:09 +00:00

Import duckhandy as a submodule and fix includes.

This commit is contained in:
King_DuckZ 2016-07-14 15:52:03 +01:00
parent aeb8dee561
commit a5477c99cf
45 changed files with 55 additions and 51 deletions

View file

@ -16,8 +16,8 @@
*/
#include "incredis.hpp"
#include "helpers/compatibility.h"
#include "helpers/lexical_cast.hpp"
#include "duckhandy/compatibility.h"
#include "duckhandy/lexical_cast.hpp"
#include <cassert>
#include <ciso646>