Skip to content

Commit

Permalink
Fix compilation (GCC, x86)
Browse files Browse the repository at this point in the history
  • Loading branch information
SAPikachu committed Mar 11, 2015
1 parent 22d2d6b commit 27eb7df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/debug_dump.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

#include <stdio.h>

#include <emmintrin.h>

#ifdef ENABLE_DEBUG_DUMP

#include <emmintrin.h>

void dump_init(const TCHAR* dump_base_name, int plane, int items_per_line);

void dump_next_line();
Expand Down

0 comments on commit 27eb7df

Please sign in to comment.