Commit b0c94cd2 authored by csharptest's avatar csharptest Committed by rogerk

Fix build error for using namespace outside of conditional compilation

parent 865e86d5
......@@ -36,9 +36,9 @@
/*
* This entire source file is not supported on some platform
*/
using System.Security.Permissions;
#if !NOSERIALIZABLE
using System;
using System.Security.Permissions;
using System.Runtime.Serialization;
using System.Security;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment