cpuid/x86: fix the parent include path

This commit is contained in:
Danny Robson 2019-06-20 11:44:53 +10:00
parent 7cb0c8f6d8
commit bad822898d

View File

@ -8,7 +8,7 @@
#pragma once
#include "platform.hpp"
#include "../platform.hpp"
#if !defined(PROCESSOR_AMD64)
#error "Wrong architecture"