Skip to content

Commit

Permalink
Merge pull request #738 from JetBrains/233.ra/fix-compilation
Browse files Browse the repository at this point in the history
Fix compilation
  • Loading branch information
rafaelldi authored Nov 20, 2023
2 parents 9264ba8 + 2090f7f commit aece380
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ import com.intellij.execution.runners.ProgramRunner
import com.intellij.execution.ui.ConsoleView
import com.intellij.execution.ui.ConsoleViewContentType
import com.intellij.openapi.diagnostic.Logger
import com.intellij.openapi.progress.withBackgroundProgress
import com.intellij.openapi.rd.util.withBackgroundContext
import com.intellij.openapi.util.SystemInfo
import com.intellij.openapi.util.io.FileUtil
import com.intellij.platform.ide.progress.withBackgroundProgress
import com.intellij.util.application
import com.intellij.util.execution.ParametersListUtil
import com.intellij.util.system.CpuArch
Expand Down

0 comments on commit aece380

Please sign in to comment.