- Make sure ASSERT is defined in signal_blocker.h.

Review URL: https://codereview.chromium.org//468683002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@39178 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
iposva@google.com 2014-08-12 23:49:09 +00:00
parent ea4e984b66
commit 62ea934642

View file

@ -6,6 +6,7 @@
#define PLATFORM_SIGNAL_BLOCKER_H_
#include "platform/globals.h"
#include "platform/assert.h"
#if defined(TARGET_OS_WINDOWS)
#error Do not include this file on Windows.