Linux: Fixed compilation error with new ntsc filter

This commit is contained in:
Souryo 2016-12-30 14:47:40 -05:00
parent 5cc9c3915d
commit a182eeb052

View File

@ -2,6 +2,7 @@
//As described here:
//http://forums.nesdev.com/viewtopic.php?p=172329
#include "stdafx.h"
#include <cmath>
#include "BisqwitNtscFilter.h"
#include "PPU.h"
#include "EmulationSettings.h"