Skip to content

Commit

Permalink
Move <cassert> to the top to avoid problems with ImageMagick headers
Browse files Browse the repository at this point in the history
  • Loading branch information
fincs authored and mtheall committed Oct 10, 2017
1 parent 471471e commit b645cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/encode.h
Expand Up @@ -24,10 +24,10 @@
* for ETC1/ETC1A4 which do not involve swizzling.
*/
#pragma once
#include <cassert>
#include "magick_compat.h"
#include "rg_etc1.h"
#include "subimage.h"
#include <cassert>
#include <vector>

/** @namespace encode
Expand Down

0 comments on commit b645cb1

Please sign in to comment.